mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-07-31 18:49:07 -04:00
Firefox Better Support #2206
This commit is contained in:
parent
f459ea845c
commit
c662d259b0
19 changed files with 23 additions and 22 deletions
|
@ -9,7 +9,7 @@
|
|||
</div>
|
||||
<div class="mb-3">
|
||||
<label for="access-token" class="form-label">{{ $t("Access Token") }}</label><span style="color: red;"><sup>*</sup></span>
|
||||
<HiddenInput id="access-token" v-model="$parent.notification.accessToken" :required="true" autocomplete="one-time-code" :maxlength="500"></HiddenInput>
|
||||
<HiddenInput id="access-token" v-model="$parent.notification.accessToken" :required="true" autocomplete="new-password" :maxlength="500"></HiddenInput>
|
||||
</div>
|
||||
|
||||
<div class="form-text">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue