mirror of
https://github.com/hcengineering/platform.git
synced 2026-09-11 04:07:43 +02:00
Qfix: account client type (#9988)
Signed-off-by: Alexey Zinoviev <alexey.zinoviev@xored.com>
This commit is contained in:
@@ -76,6 +76,7 @@ export type LoginInfoRequest = {
|
||||
export interface WorkspaceInviteInfo {
|
||||
workspace: WorkspaceUuid
|
||||
email?: string
|
||||
name?: string
|
||||
}
|
||||
|
||||
export interface OtpInfo {
|
||||
|
||||
@@ -77,7 +77,7 @@
|
||||
}
|
||||
|
||||
email = result.email
|
||||
name = result.name
|
||||
name = result.name ?? ''
|
||||
}
|
||||
}
|
||||
} catch (err: any) {
|
||||
|
||||
Reference in New Issue
Block a user