From 011f00e5de0eab1c50b80a89fec64995f0c0a4f6 Mon Sep 17 00:00:00 2001 From: Thomas Basler Date: Fri, 12 Apr 2024 20:38:28 +0200 Subject: [PATCH] Fix: If unauthenticaed, the redirect to login page did not work --- webapp/src/utils/authentication.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/webapp/src/utils/authentication.ts b/webapp/src/utils/authentication.ts index f666c36..e0e96b7 100644 --- a/webapp/src/utils/authentication.ts +++ b/webapp/src/utils/authentication.ts @@ -74,6 +74,7 @@ export function handleResponse(response: Response, emitter: Emitter