Started to design the general chat-page

This commit is contained in:
joschuatonn
2024-05-04 14:25:25 +02:00
parent ab1c4d0705
commit ef105ded6d
7 changed files with 63 additions and 149 deletions

View File

@@ -30,7 +30,7 @@ console.log("ICH WAR HIER");
try {
const authenticated = await keycloak.init({
onLoad: 'login-required',
redirectUri: 'http://localhost:8080/test/'
redirectUri: 'http://localhost:8080/'
}).then( (auth) => {
console.log("Authenticated :" + authenticated);
});