From 7113a74b7eba0c37dbde57ea1eb6f0bb49c0974e Mon Sep 17 00:00:00 2001 From: rotorsoft Date: Mon, 23 Dec 2024 10:59:23 -0500 Subject: [PATCH] don't update role --- libs/model/src/user/SignIn.command.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/libs/model/src/user/SignIn.command.ts b/libs/model/src/user/SignIn.command.ts index 7d3fd18f806..81d9e73cca2 100644 --- a/libs/model/src/user/SignIn.command.ts +++ b/libs/model/src/user/SignIn.command.ts @@ -130,7 +130,6 @@ export function SignIn(): Command { }); 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;