summaryrefslogtreecommitdiff
path: root/src/views/ProfileSettings
diff options
context:
space:
mode:
authorEd Tanous <ed@tanous.net>2024-02-27 22:26:24 +0300
committerEd Tanous <ed@tanous.net>2024-03-05 07:23:10 +0300
commit8132399c29a07b783d2b24ccd80da7676460dbf3 (patch)
treed309b7cdaeeb63092d905da2a2df97e492e3bb02 /src/views/ProfileSettings
parenta0c29207a44028fd04e881bbd4e3cbc44ced35ac (diff)
downloadwebui-vue-8132399c29a07b783d2b24ccd80da7676460dbf3.tar.xz
Reformat files with new linter
All changes should be whitespace, and were done using npm run-script lint. Change-Id: I943c6b435c5c872841af5affc1e89910468b5ca6 Signed-off-by: Ed Tanous <ed@tanous.net>
Diffstat (limited to 'src/views/ProfileSettings')
-rw-r--r--src/views/ProfileSettings/ProfileSettings.vue4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/views/ProfileSettings/ProfileSettings.vue b/src/views/ProfileSettings/ProfileSettings.vue
index bfd47ca4..5d84ccef 100644
--- a/src/views/ProfileSettings/ProfileSettings.vue
+++ b/src/views/ProfileSettings/ProfileSettings.vue
@@ -227,7 +227,7 @@ export default {
localStorage.setItem('storedUtcDisplay', this.form.isUtcDisplay);
this.$store.commit('global/setUtcTime', this.form.isUtcDisplay);
this.successToast(
- this.$t('pageProfileSettings.toast.successUpdatingTimeZone')
+ this.$t('pageProfileSettings.toast.successUpdatingTimeZone'),
);
},
submitForm() {
@@ -259,7 +259,7 @@ export default {
.catch(() => {
this.$v.$reset();
this.errorToast(
- this.$t('pageProfileSettings.toast.wrongCredentials')
+ this.$t('pageProfileSettings.toast.wrongCredentials'),
);
});
},