fix(cloud): accept invitations with current account

This commit is contained in:
dadachann
2026-08-02 09:08:49 +00:00
parent a67728c163
commit a7a7218afe
5 changed files with 124 additions and 2 deletions
+1
View File
@@ -1179,6 +1179,7 @@ export class BackendClient extends BaseHttpClient {
public getAccountInfo(): Promise<{
initialized: boolean;
authenticated_invitation_acceptance_enabled?: boolean;
password_login_enabled?: boolean;
space_login_enabled?: boolean;
}> {