From 1f947e32004ef2f05873be0cc9701055db226c8d Mon Sep 17 00:00:00 2001 From: Timo Schneider Date: Thu, 13 Jun 2024 22:50:43 +0200 Subject: [PATCH] removed unnecessary entrypoint code --- src/Authentification/Keycloak.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Authentification/Keycloak.js b/src/Authentification/Keycloak.js index 119af1f..48a6ad7 100644 --- a/src/Authentification/Keycloak.js +++ b/src/Authentification/Keycloak.js @@ -9,6 +9,6 @@ const keycloak = new Keycloak({ clientId: "jodel-frontend", }); -//keycloak.init({ onLoad: 'login-required' }).then((authenticated) => {}); +keycloak.init({ onLoad: 'login-required' }).then((authenticated) => {}); export default keycloak; \ No newline at end of file