mirror of
https://github.com/IT4Change/gradido.git
synced 2026-02-06 09:56:05 +00:00
linting
This commit is contained in:
parent
12cae42d0e
commit
920b3b6aef
@ -11,6 +11,7 @@ export async function authenticateGmsUserPlayground(
|
||||
const result = new GmsUserAuthenticationResult()
|
||||
result.url = CONFIG.GMS_URL.concat('/playground')
|
||||
result.token = await verifyAuthToken(dbUser.communityUuid, token)
|
||||
// eslint-disable-next-line no-console
|
||||
console.log('GmsUserAuthenticationResult:', result)
|
||||
return result
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user