mirror of
https://github.com/romancm/gamebrary
synced 2024-12-18 15:23:14 +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
|
||||
@ok="login"
|
||||
@cancel="logout"
|
||||
title="Uh oh!"
|
||||
no-close-on-backdrop
|
||||
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.
|
||||
</b-modal>
|
||||
</template>
|
||||
|
|
Loading…
Reference in a new issue