web/admin: small wizard fixes (#7259)

This commit is contained in:
Jens L
2023-10-23 18:48:12 +02:00
committed by GitHub
parent f3e02f9281
commit 75aedb4d3f
13 changed files with 423 additions and 275 deletions

View File

@ -30,7 +30,7 @@ export class WebsocketClient {
this.retryDelay = 200;
});
this.messageSocket.addEventListener("close", (e) => {
console.debug(`authentik/ws: closed ws connection: ${e}`);
console.debug("authentik/ws: closed ws connection", e);
if (this.retryDelay > 6000) {
window.dispatchEvent(
new CustomEvent(EVENT_MESSAGE, {