feat: added an login page but the auth issue is still persisting, found a way to interprete the token the line is commneted in case it breaks code or needs a change
Some checks failed
Format / formatting (push) Successful in 6s
Build / build (push) Successful in 39s
CI / build (push) Failing after 8s
Format / formatting (pull_request) Successful in 5s

This commit is contained in:
Mohamed Maoulainine Maoulainine
2025-04-12 03:55:30 +02:00
parent f8991e90ab
commit 2b31753265
4 changed files with 178 additions and 3 deletions

View File

@ -54,7 +54,7 @@ const useAuthStore = defineStore("storeAuth", {
async logout() {
try {
await keycloakService.CallLogout(
import.meta.env.VITE_APP_URL + "/test"
import.meta.env.VITE_APP_URL + "/login" //redirect to login page instead of test...
);
await this.clearUserData();
} catch (error) {