Sign up/Sign In with Microsoft (#9873)
* Type updates * Update type def for new account provider type of microsoft
This commit is contained in:
parent
15b683867c
commit
65d340543c
|
@ -81,10 +81,12 @@ export const isSSOAccount = (account: Account): account is SSOAccount =>
|
|||
|
||||
export enum AccountSSOProviderType {
|
||||
GOOGLE = "google",
|
||||
MICROSOFT = "microsoft",
|
||||
}
|
||||
|
||||
export enum AccountSSOProvider {
|
||||
GOOGLE = "google",
|
||||
MICROSOFT = "microsoft",
|
||||
}
|
||||
|
||||
export interface AccountSSO {
|
||||
|
|
Loading…
Reference in New Issue