auth file fix

This commit is contained in:
2025-02-05 09:04:33 +02:00
parent c5ef11e374
commit 95f3183431

View File

@@ -72,7 +72,7 @@ export const {
if (!exisingUser) return token if (!exisingUser) return token
token.isOauth = Boolean(exisingUser.isOauth) token.isOauth = Boolean(exisingUser?.isOauth)
token.provider = exisingUser.provider token.provider = exisingUser.provider
token.role = exisingUser.role token.role = exisingUser.role
token.profileId = exisingUser.profileId token.profileId = exisingUser.profileId