From b93c19b8f9e448adee4003aaa529750442449da1 Mon Sep 17 00:00:00 2001 From: sebadob Date: Mon, 23 Sep 2024 10:48:14 +0200 Subject: [PATCH] code cleanup --- frontend/src/components/webauthn/WebauthnRequest.svelte | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/components/webauthn/WebauthnRequest.svelte b/frontend/src/components/webauthn/WebauthnRequest.svelte index c4a133341..3ca64486d 100644 --- a/frontend/src/components/webauthn/WebauthnRequest.svelte +++ b/frontend/src/components/webauthn/WebauthnRequest.svelte @@ -24,7 +24,7 @@ let progress = tweened(data.exp, { duration: data.exp * 1000, }) - + // close this component automatically, when the request has expired onMount(() => { let timer = setTimeout(() => {