Skip to content

Commit

Permalink
fix(login): add login button to popout error (#2558)
Browse files Browse the repository at this point in the history
Fixes #2557
  • Loading branch information
sogehige committed Sep 17, 2019
1 parent 7e254e8 commit 7b88fc9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/login/views/login.vue
Expand Up @@ -12,6 +12,7 @@
<h4 class="text-danger" v-if="error === 'popout+must+be+logged'">
<fa icon="skull-crossbones" fixed-width size="4x"/>
<div>Cannot access without login.</div>
<b-btn variant="success" class="mt-3" @click="login">Login</b-btn>
<b-btn variant="secondary" class="mt-3" @click="goBack">Try again</b-btn>
</h4>
</b-container>
Expand Down

0 comments on commit 7b88fc9

Please sign in to comment.