Signed-off-by: Gasan Guseinov <gasan.guseinov@ing.com>
This commit is contained in:
Gasan Guseinov
2024-07-26 17:44:26 +02:00
committed by Gasan.Guseinov
parent 29f7d62806
commit 2a951d6fe5
@@ -106,7 +106,7 @@ export class RefreshingAuthSessionManager<T> implements SessionManager<T> {
}
throw new Error(
`Cannot create a new session after failing to refresh the session. Session refresh error: ${error}`,
err,
{ cause: err },
);
}
}