Qfix: account client type (#9988)

Signed-off-by: Alexey Zinoviev <alexey.zinoviev@xored.com>
This commit is contained in:
Alexey Zinoviev
2025-10-01 09:24:20 +07:00
committed by GitHub
parent aea7f8ab4e
commit 7d706ec4f1
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -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) {