From c39a20502accd0700c7aea220b58d98be6993885 Mon Sep 17 00:00:00 2001 From: FreddleSpl0it <75116288+FreddleSpl0it@users.noreply.github.com> Date: Thu, 13 Jan 2022 14:52:50 +0100 Subject: [PATCH] migrating from u2f-api.js to webauthn [array alert bug fix] --- data/web/templates/base.twig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/web/templates/base.twig b/data/web/templates/base.twig index 47d71b9c..f16dbaac 100644 --- a/data/web/templates/base.twig +++ b/data/web/templates/base.twig @@ -392,7 +392,7 @@ function recursiveBase64StrToArrayBuffer(obj) { if (json.success) { console.log("success"); - window.location.reload(); + window.location.href = window.location.href; } else { throw new Error(json.msg); }