add ts-ignore

This commit is contained in:
2025-02-05 09:07:01 +02:00
parent 6548875a8b
commit 6f28f8a801

View File

@@ -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