* changed bug with administration link in navbar

bug-fix: no-task
This commit is contained in:
2023-01-07 17:37:56 +01:00
parent 8463f87f9a
commit 93b71954c5

View File

@@ -96,9 +96,6 @@ export default {
}, },
computed: { computed: {
isVerwaltung() { isVerwaltung() {
if (getKeycloak() === null) {
return false
}
return this.$store.state.keycloak.keycloak.realmAccess.roles.includes('verwaltung') return this.$store.state.keycloak.keycloak.realmAccess.roles.includes('verwaltung')
}, },
isAnonym() { isAnonym() {