Skip to content

Commit 00d9719

Browse files
committed
correct ProviderInfo in utils.ts
Signed-off-by: nicolasschneider <[email protected]>
1 parent 36925da commit 00d9719

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

plugins/login-resources/src/utils.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@ import type {
1919
OtpInfo,
2020
RegionInfo,
2121
WorkspaceLoginInfo,
22-
WorkspaceInviteInfo
22+
WorkspaceInviteInfo,
23+
ProviderInfo
2324
} from '@hcengineering/account-client'
2425
import { getClient as getAccountClientRaw } from '@hcengineering/account-client'
2526
import { Analytics } from '@hcengineering/analytics'
@@ -30,8 +31,7 @@ import {
3031
type AccountUuid,
3132
type Person,
3233
type WorkspaceInfoWithStatus,
33-
type WorkspaceUserOperation,
34-
type ProviderInfo
34+
type WorkspaceUserOperation
3535
} from '@hcengineering/core'
3636
import { loginId } from '@hcengineering/login'
3737
import platform, {

0 commit comments

Comments
 (0)