Skip to content

Commit

Permalink
chore: hide login button for now
Browse files Browse the repository at this point in the history
  • Loading branch information
silvester-pari committed Nov 26, 2024
1 parent 43db339 commit 7aa22a5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions layouts/default.vue
Original file line number Diff line number Diff line change
Expand Up @@ -126,14 +126,14 @@
<v-icon small color="success"> mdi-check-decagram </v-icon>
</p>
</template>
<v-btn
<!-- <v-btn
color="secondary"
block
:to="$auth.loggedIn ? '/logout' : '/login'"
>
<v-icon left> mdi-account-outline </v-icon>
{{ $auth.loggedIn ? "Log out" : "Log in" }}
</v-btn>
</v-btn> -->
</div>
</client-only>
</template>
Expand Down

0 comments on commit 7aa22a5

Please sign in to comment.