We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31352ba commit a22414aCopy full SHA for a22414a
index.ts
@@ -111,6 +111,7 @@ export default class OAuthPlugin extends AdminForthPlugin {
111
}
112
});
113
114
+
115
116
async doLogin(email: string, response: any, extra: HttpExtra): Promise<{ error?: string; allowedLogin: boolean; redirectTo?: string; }> {
117
const username = email;
0 commit comments