add eslint-enable comment for prev commit

This commit is contained in:
2025-02-05 09:18:08 +02:00
parent b8f50d80c1
commit 04fcec2d0a

View File

@@ -72,9 +72,11 @@ export const {
if (!exisingUser) return token if (!exisingUser) return token
/* eslint-disable */
token.isOauth = exisingUser.hasOwnProperty('isOauth') token.isOauth = exisingUser.hasOwnProperty('isOauth')
? Boolean(exisingUser.isOauth) ? Boolean(exisingUser.isOauth)
: false : false
/* eslint-enable */
token.provider = exisingUser.provider token.provider = exisingUser.provider
token.role = exisingUser.role token.role = exisingUser.role
token.profileId = exisingUser.profileId token.profileId = exisingUser.profileId