Fix a problem with missed tenantId for SSO in self-hosted

This commit is contained in:
jvcalderon 2024-04-12 09:55:14 +02:00
parent 6613dfad44
commit e3d427bc82
1 changed files with 1 additions and 0 deletions

View File

@ -102,6 +102,7 @@ export function isVerifiableSSOProvider(provider: AccountSSOProvider): boolean {
}
export interface AccountSSO {
ssoId?: string
provider: AccountSSOProvider
providerType: AccountSSOProviderType
oauth2?: OAuthTokens