Firefox Better Support #2206

This commit is contained in:
Louis Lam
2022-10-13 19:28:02 +08:00
committed by GitHub
parent f459ea845c
commit c662d259b0
19 changed files with 23 additions and 22 deletions

View File

@@ -11,7 +11,7 @@
<div class="mb-3">
<label for="goalert-token" class="form-label">{{ $t("Token") }}</label>
<HiddenInput id="goalert-token" v-model="$parent.notification.goAlertToken" autocomplete="one-time-code" :required="true"></HiddenInput>
<HiddenInput id="goalert-token" v-model="$parent.notification.goAlertToken" autocomplete="new-password" :required="true"></HiddenInput>
<div class="form-text">
{{ $t("goAlertIntegrationKeyInfo") }}