Skip to content

Commit a22414a

Browse files
committed
fix: rebuild
1 parent 31352ba commit a22414a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,7 @@ export default class OAuthPlugin extends AdminForthPlugin {
111111
}
112112
});
113113
}
114+
114115

115116
async doLogin(email: string, response: any, extra: HttpExtra): Promise<{ error?: string; allowedLogin: boolean; redirectTo?: string; }> {
116117
const username = email;

0 commit comments

Comments
 (0)