mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-09-12 22:26:12 -05:00
Try changing authenticate call to match docs example
This commit is contained in:
@@ -47,7 +47,7 @@ export const logInAction: ActionFunction = async ({ request }) => {
|
||||
"Login is temporarily disabled",
|
||||
);
|
||||
|
||||
return authenticator.authenticate(DISCORD_AUTH_KEY, request);
|
||||
return await authenticator.authenticate(DISCORD_AUTH_KEY, request);
|
||||
};
|
||||
|
||||
export const impersonateAction: ActionFunction = async ({ request }) => {
|
||||
|
||||
Reference in New Issue
Block a user