@@ -72,7 +72,7 @@ export const {
if (!exisingUser) return token
token.isOauth = Boolean(exisingUser.isOauth)
token.isOauth = Boolean(exisingUser?.isOauth)
token.provider = exisingUser.provider
token.role = exisingUser.role
token.profileId = exisingUser.profileId
The note is not visible to the blocked user.