Skip to content

Commit a8cc4e9

Browse files
committed
Fix user creation for Federated login
1 parent c83eaa4 commit a8cc4e9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/server/api/src/app/authentication/new-user/create-user.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ export async function createUserWithRandomPassword(
158158
const tablesRefreshToken = await createTablesUser(
159159
name,
160160
params.email,
161-
randomPassword,
161+
user.password,
162162
);
163163

164164
return {

0 commit comments

Comments
 (0)