From df476096714953c7c083a025d69e69a6e2a5fd7c Mon Sep 17 00:00:00 2001 From: Josua Frank Date: Tue, 21 Mar 2023 13:55:51 +0100 Subject: [PATCH] Added default dropdown value --- src/components/notifications/Ntfy.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/notifications/Ntfy.vue b/src/components/notifications/Ntfy.vue index 5afbd793f..ae2279720 100644 --- a/src/components/notifications/Ntfy.vue +++ b/src/components/notifications/Ntfy.vue @@ -65,6 +65,7 @@ export default { if (typeof this.$parent.notification.ntfyPriority === "undefined") { this.$parent.notification.ntfyserverurl = "https://ntfy.sh"; this.$parent.notification.ntfyPriority = 5; + this.$parent.notification.ntfyAuthenticationMethod = "none"; } }, };