diff --git a/src/components/HiddenInput.vue b/src/components/HiddenInput.vue index 6287af05..fb86a398 100644 --- a/src/components/HiddenInput.vue +++ b/src/components/HiddenInput.vue @@ -42,7 +42,7 @@ export default { /** Should the field auto complete */ autocomplete: { type: String, - default: undefined, + default: "new-password", }, /** Is the input required? */ required: { diff --git a/src/components/notifications/ClickSendSMS.vue b/src/components/notifications/ClickSendSMS.vue index dbd4d0aa..dbaca045 100644 --- a/src/components/notifications/ClickSendSMS.vue +++ b/src/components/notifications/ClickSendSMS.vue @@ -6,7 +6,7 @@ - +
diff --git a/src/components/notifications/GoAlert.vue b/src/components/notifications/GoAlert.vue index a1465b50..cefb848d 100644 --- a/src/components/notifications/GoAlert.vue +++ b/src/components/notifications/GoAlert.vue @@ -11,7 +11,7 @@
- +
{{ $t("goAlertIntegrationKeyInfo") }} diff --git a/src/components/notifications/Gotify.vue b/src/components/notifications/Gotify.vue index 5c294f6d..8b9a8a16 100644 --- a/src/components/notifications/Gotify.vue +++ b/src/components/notifications/Gotify.vue @@ -1,7 +1,7 @@