Skip to content

Commit 4c3eb7d

Browse files
authored
[iam] Use proper subjectId in updateOIDCUserOnSignin (#19189)
1 parent 17397ad commit 4c3eb7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/server/src/iam/iam-session-app.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ export class IamSessionApp {
162162
primaryEmail: recent.primaryEmail,
163163
lastSigninTime: new Date().toISOString(),
164164
});
165-
await this.userService.updateUser(user.id, {
165+
await this.userService.updateUser(SYSTEM_USER_ID, {
166166
id: user.id,
167167
fullName: payload.claims.name,
168168
});

0 commit comments

Comments
 (0)