]> git.ipfire.org Git - pbs.git/commitdiff
frontend: Make the logout link work
authorMichael Tremer <michael.tremer@ipfire.org>
Fri, 20 Jun 2025 11:42:37 +0000 (11:42 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Fri, 20 Jun 2025 11:42:37 +0000 (11:42 +0000)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
frontend/src/App.vue

index bd94563b94238b21cdb3eccf86920cd4e8400b69..478422f939097da8cdaf28f4bde12d0062a95c8c 100644 (file)
@@ -33,7 +33,7 @@
                                                </a>
 
                                                <div class="navbar-dropdown is-boxed">
-                                                       <a class="navbar-item" href="/logout">
+                                                       <a class="navbar-item" href="#" @click.prevent="auth.logout">
                                                                {{ $t("Log Out") }}
                                                        </a>
                                                </div>