feat: rooting corrected

This commit is contained in:
2025-04-23 10:05:27 +02:00
parent ca8c5d9209
commit 7fce831c75
3 changed files with 4 additions and 4 deletions

View File

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