Improvement of logout. Added Sacrital Service. Added website link for event places and direct link to other websites in worship overview
This commit is contained in:
@@ -21,8 +21,12 @@ export default {
|
||||
},
|
||||
methods: {
|
||||
...mapActions(['logout']),
|
||||
navigateToLogin() {
|
||||
this.$router.push('/login');
|
||||
async handleLogout() {
|
||||
try {
|
||||
await this.logout();
|
||||
} catch (error) {
|
||||
console.error('Fehler beim Logout:', error);
|
||||
}
|
||||
}
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user