add eslint-enable comment for prev commit
This commit is contained in:
2
auth.ts
2
auth.ts
@@ -72,9 +72,11 @@ export const {
|
||||
|
||||
if (!exisingUser) return token
|
||||
|
||||
/* eslint-disable */
|
||||
token.isOauth = exisingUser.hasOwnProperty('isOauth')
|
||||
? Boolean(exisingUser.isOauth)
|
||||
: false
|
||||
/* eslint-enable */
|
||||
token.provider = exisingUser.provider
|
||||
token.role = exisingUser.role
|
||||
token.profileId = exisingUser.profileId
|
||||
|
||||
Reference in New Issue
Block a user