feat: show re-auth message when missing vapid_key
(#542)
This commit is contained in:
parent
c8de9c45fa
commit
03d3775011
4 changed files with 10 additions and 2 deletions
|
@ -161,6 +161,7 @@ onActivated(() => (busy = false))
|
|||
v-else
|
||||
:animate="animateSubscription"
|
||||
:busy="busy"
|
||||
:show-re-auth-message="!showWarning"
|
||||
@hide="hideNotification"
|
||||
@subscribe="doSubscribe"
|
||||
/>
|
||||
|
@ -173,6 +174,7 @@ onActivated(() => (busy = false))
|
|||
</Transition>
|
||||
<NotificationEnablePushNotification
|
||||
v-if="showWarning"
|
||||
:show-re-auth-message="true"
|
||||
with-header
|
||||
px5
|
||||
py4
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue