From 5d7960746ddb828177599c9667dec44e99d22cd0 Mon Sep 17 00:00:00 2001
From: Joep
Date: Sun, 10 Sep 2023 17:57:21 +0200
Subject: [PATCH] Ran lin
---
frontend/src/components/settings/UserForm.vue | 2 +-
frontend/src/stores/layout.ts | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/frontend/src/components/settings/UserForm.vue b/frontend/src/components/settings/UserForm.vue
index 5355fc0d..ceda2c8d 100644
--- a/frontend/src/components/settings/UserForm.vue
+++ b/frontend/src/components/settings/UserForm.vue
@@ -56,7 +56,7 @@
-
+
{{ $t("settings.rules") }}
diff --git a/frontend/src/stores/layout.ts b/frontend/src/stores/layout.ts
index b3d7fc96..18c65408 100644
--- a/frontend/src/stores/layout.ts
+++ b/frontend/src/stores/layout.ts
@@ -39,7 +39,7 @@ export const useLayoutStore = defineStore("layout", {
},
showError() {
this.show = "error";
- console.error(' error')
+ console.error(" error");
},
showSuccess() {
this.show = "success";