mirror of
https://github.com/IT4Change/gradido.git
synced 2026-02-06 09:56:05 +00:00
try another culprint
This commit is contained in:
parent
8f40342665
commit
d11a794dd5
@ -150,7 +150,8 @@ export class AuthenticationResolver {
|
||||
throw new Error('No valid pending community handshake found')
|
||||
}
|
||||
state.status = CommunityHandshakeStateType.SUCCESS
|
||||
stateSaveResolver = state.save()
|
||||
// stateSaveResolver = state.save()
|
||||
await state.save()
|
||||
|
||||
methodLogger.debug(`search community per oneTimeCode:`, authArgs.oneTimeCode)
|
||||
const authCom = state.federatedCommunity.community
|
||||
|
||||
@ -34,7 +34,7 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"decimal.js-light": "^2.5.1",
|
||||
"esbuild": "^0.25.2",
|
||||
"esbuild": "^0.25.2",
|
||||
"jose": "^4.14.4",
|
||||
"log4js": "^6.9.1",
|
||||
"yoctocolors-cjs": "^2.1.2",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user