From b9b02d5e7de3422edb6247cc34f1f0599e79535e Mon Sep 17 00:00:00 2001 From: arzumify Date: Wed, 17 Apr 2024 10:38:46 +0100 Subject: [PATCH] Update templates/main.html --- templates/main.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/templates/main.html b/templates/main.html index b580c85..a4d2d17 100644 --- a/templates/main.html +++ b/templates/main.html @@ -25,6 +25,8 @@ var response_type = urlParams.get('response_type'); } else { window.location.replace("/dashboard"); + document.body.innerHTML = "Redirecting..." + throw new Error(); } if (urlParams.has('state')) {