From e8e7e9670b65797f395758dc20b6b59e76d153e8 Mon Sep 17 00:00:00 2001 From: Aevann Date: Fri, 10 Mar 2023 03:28:03 +0200 Subject: [PATCH] do this https://stupidpol.site/post/18459/marseycapywalking-megathread-for-bugs-and-suggestions/3738025#context --- files/routes/oauth.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/routes/oauth.py b/files/routes/oauth.py index 2f9350bdb0..3b56ebfd7e 100644 --- a/files/routes/oauth.py +++ b/files/routes/oauth.py @@ -167,7 +167,7 @@ def admin_app_approve(v, aid): g.db.add(new_auth) - send_repeatable_notification(user.id, f"@{v.username} (a site admin) has approved your application `{app.app_name}`. Here's your access token: `{access_token}`\n\nPlease check the guide [here](/api) if you don't know what to do next!") + send_repeatable_notification(user.id, f"@{v.username} (a site admin) has approved your application `{app.app_name}`. Here's your access token: ||{access_token}||\n\nPlease check the guide [here](/api) if you don't know what to do next!") ma = ModAction( kind="approve_app",