Started to design the general chat-page
This commit is contained in:
@@ -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);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user