Skip to content

Commit

Permalink
Update user.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
cvle authored Dec 10, 2024
1 parent beed4a2 commit 4dd3b75
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions server/src/core/server/models/user/user.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1317,6 +1317,7 @@ export interface UpdateUserInput {
badges?: string[];
role?: GQLUSER_ROLE;
avatar?: string;
ssoURL?: string;
}

export async function updateUserFromSSO(
Expand Down

0 comments on commit 4dd3b75

Please sign in to comment.