Update WPush Notification Provider

Co-authored-by: Frank Elsinga <frank@elsinga.de>
pull/4603/head
Alone88 2 months ago committed by GitHub
parent b933e82e48
commit 459f80c60c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -1,6 +1,6 @@
<template>
<div class="mb-3">
<label for="wpush-apikey" class="form-label">WPUSH APIKey</label>
<label for="wpush-apikey" class="form-label">WPush {{ $t("API Key") }}</label>
<HiddenInput id="wpush-apikey" v-model="$parent.notification.wpushAPIkey" :required="true" autocomplete="new-password" placeholder="WPushxxxxx"></HiddenInput>
</div>

Loading…
Cancel
Save