We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 36925da commit 00d9719Copy full SHA for 00d9719
plugins/login-resources/src/utils.ts
@@ -19,7 +19,8 @@ import type {
19
OtpInfo,
20
RegionInfo,
21
WorkspaceLoginInfo,
22
- WorkspaceInviteInfo
+ WorkspaceInviteInfo,
23
+ ProviderInfo
24
} from '@hcengineering/account-client'
25
import { getClient as getAccountClientRaw } from '@hcengineering/account-client'
26
import { Analytics } from '@hcengineering/analytics'
@@ -30,8 +31,7 @@ import {
30
31
type AccountUuid,
32
type Person,
33
type WorkspaceInfoWithStatus,
- type WorkspaceUserOperation,
34
- type ProviderInfo
+ type WorkspaceUserOperation
35
} from '@hcengineering/core'
36
import { loginId } from '@hcengineering/login'
37
import platform, {
0 commit comments