Skip to content

Commit 4f1d09c

Browse files
committed
reconnectOrganization() now passes encryptPassword when calling updateOrganizationCredentials().
Signed-off-by: Eric Le Ponner <eric.leponner@icloud.com>
1 parent 13d17d0 commit 4f1d09c

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

front-end/src/renderer/services/organization/reconnect.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ export async function reconnectOrganization(serverUrl: string): Promise<{
5959
undefined,
6060
undefined,
6161
jwtToken,
62+
user.password ?? undefined,
6263
);
6364
} catch (loginError) {
6465
// HTTP 426 from /auth/login means the backend rejected the client

0 commit comments

Comments
 (0)