From 221afa5d4e9ed637e9d37ec9ffde4b4360410840 Mon Sep 17 00:00:00 2001 From: axolotle Date: Wed, 27 Sep 2023 19:37:30 +0200 Subject: [PATCH] lint: meh --- app/src/views/PostInstall.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/views/PostInstall.vue b/app/src/views/PostInstall.vue index 7b71c827..e253c929 100644 --- a/app/src/views/PostInstall.vue +++ b/app/src/views/PostInstall.vue @@ -164,7 +164,7 @@ export default { dyndns_recovery_password: this.dyndns_recovery_password, username: this.user.username, fullname: this.user.fullname, - password: this.user.password, + password: this.user.password }) // FIXME does the api will throw an error for bad passwords ?