fix: request push notifications on mobile (#553)
This commit is contained in:
parent
613c5315b3
commit
f28923f86f
3 changed files with 10 additions and 10 deletions
|
@ -36,7 +36,7 @@ const isLegacyAccount = computed(() => !currentUser.value?.vapidKey)
|
|||
<button
|
||||
btn-outline rounded-full font-bold py4 flex="~ gap2 center" m5
|
||||
type="button"
|
||||
:class="busy ? 'border-transparent' : null"
|
||||
:class="busy || isLegacyAccount ? 'border-transparent' : null"
|
||||
:disabled="busy || isLegacyAccount"
|
||||
@click="$emit('subscribe')"
|
||||
>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue