mirror of
https://github.com/IT4Change/gradido.git
synced 2026-02-06 09:56:05 +00:00
update log
This commit is contained in:
parent
29363a0f09
commit
40c0c2f143
@ -61,7 +61,7 @@ export async function startCommunityAuthentication(
|
||||
// retry on timeout or failure
|
||||
if (!await stateLogic.isTimeoutUpdate()) {
|
||||
// authentication with community and api version is still in progress and it is not timeout yet
|
||||
methodLogger.debug('existingState', new CommunityHandshakeStateLoggingView(existingState))
|
||||
methodLogger.debug('existingState, so we exit here', new CommunityHandshakeStateLoggingView(existingState))
|
||||
return
|
||||
}
|
||||
}
|
||||
|
||||
@ -57,7 +57,7 @@ export async function startOpenConnectionCallback(
|
||||
// retry on timeout or failure
|
||||
if (!await stateLogic.isTimeoutUpdate()) {
|
||||
// authentication with community and api version is still in progress and it is not timeout yet
|
||||
methodLogger.debug('existingState', new CommunityHandshakeStateLoggingView(pendingState))
|
||||
methodLogger.debug('existingState, so we exit here', new CommunityHandshakeStateLoggingView(pendingState))
|
||||
return
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user