Skip to content

Commit

Permalink
馃憣 IMPROVE: Login page
Browse files Browse the repository at this point in the history
  • Loading branch information
austinginder committed May 8, 2024
1 parent 18a871c commit a06c549
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/core.php
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
<v-spacer></v-spacer>
<v-menu v-model="notifications" :close-on-content-click="false" offset-y>
<template v-slot:activator="{ on, attrs }">
<v-btn icon v-bind="attrs" v-on="on">
<v-btn icon v-bind="attrs" v-on="on" v-show="route != 'login'">
<v-badge dot color="error" :value="provider_actions.length">
<v-icon>mdi-bell-ring</v-icon>
</v-badge>
Expand Down

0 comments on commit a06c549

Please sign in to comment.