mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-12 12:28:42 +00:00
refactor(server): auth (#7994)
This commit is contained in:
@@ -9,7 +9,7 @@ import { OAuthProviderFactory } from './register';
|
||||
const OAUTH_STATE_KEY = 'OAUTH_STATE';
|
||||
|
||||
interface OAuthState {
|
||||
redirectUri: string;
|
||||
redirectUri?: string;
|
||||
provider: OAuthProviderName;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user