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
This commit is contained in:
@ -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) {
|
||||
|
Reference in New Issue
Block a user