Skip to content

Commit

Permalink
don't update role
Browse files Browse the repository at this point in the history
  • Loading branch information
rotorsoft committed Dec 23, 2024
1 parent db19571 commit 7113a74
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion libs/model/src/user/SignIn.command.ts
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,6 @@ export function SignIn(): Command<typeof schemas.SignIn> {
});
if (!new_address) {
addr.user_id = user_id;
addr.role = 'member';
addr.wallet_id = wallet_id;
addr.verification_token = verification_token;
addr.verification_token_expires = verification_token_expires;
Expand Down

0 comments on commit 7113a74

Please sign in to comment.