Change default choice to APIv1 for backwards compability

This commit is contained in:
AxeKam333 2025-03-26 14:43:38 +01:00
parent 3233ce4746
commit 23e8dc6375

View File

@ -111,7 +111,7 @@ export default {
},
mounted() {
if (!this.$parent.notification.smseagleApiType) {
this.$parent.notification.smseagleApiType = 'smseagle-apiv2';
this.$parent.notification.smseagleApiType = 'smseagle-apiv1';
}
if (!this.$parent.notification.smseagleMsgType) {
this.$parent.notification.smseagleMsgType = 'smseagle-sms';