Browse Source

Bugfix: modify login page link

pull/341/head
Hironsan 5 years ago
parent
commit
85eec701c3
1 changed files with 1 additions and 1 deletions
  1. 2
      frontend/components/organisms/TheHeader.vue

2
frontend/components/organisms/TheHeader.vue

@ -33,7 +33,7 @@
</v-menu>
<v-btn
outlined
href="auth"
@click="$router.push('/auth')"
>
Sign in
</v-btn>

Loading…
Cancel
Save