mirror of
https://github.com/romancm/gamebrary
synced 2024-12-19 15:53:06 +00:00
updated session expired
This commit is contained in:
parent
5636b5f81d
commit
858e4012f4
1 changed files with 14 additions and 1 deletions
|
@ -8,10 +8,23 @@
|
||||||
hide-header-close
|
hide-header-close
|
||||||
@ok="login"
|
@ok="login"
|
||||||
@cancel="logout"
|
@cancel="logout"
|
||||||
title="Uh oh!"
|
|
||||||
no-close-on-backdrop
|
no-close-on-backdrop
|
||||||
v-model="sessionExpired"
|
v-model="sessionExpired"
|
||||||
>
|
>
|
||||||
|
<template v-slot:modal-header="{ close }">
|
||||||
|
<modal-header
|
||||||
|
title="Uh oh!"
|
||||||
|
>
|
||||||
|
<b-button
|
||||||
|
variant="light"
|
||||||
|
size="sm"
|
||||||
|
@click="close"
|
||||||
|
>
|
||||||
|
<icon name="x" />
|
||||||
|
</b-button>
|
||||||
|
</modal-header>
|
||||||
|
</template>
|
||||||
|
|
||||||
Your session has expired.
|
Your session has expired.
|
||||||
</b-modal>
|
</b-modal>
|
||||||
</template>
|
</template>
|
||||||
|
|
Loading…
Reference in a new issue