add ts-ignore
This commit is contained in:
3
auth.ts
3
auth.ts
@@ -72,7 +72,8 @@ export const {
|
||||
|
||||
if (!exisingUser) return token
|
||||
|
||||
token.isOauth = Boolean(exisingUser?.isOauth || false)
|
||||
// ts-ignore
|
||||
token.isOauth = Boolean(exisingUser?.isOauth)
|
||||
token.provider = exisingUser.provider
|
||||
token.role = exisingUser.role
|
||||
token.profileId = exisingUser.profileId
|
||||
|
||||
Reference in New Issue
Block a user