summaryrefslogtreecommitdiff
path: root/src/store
diff options
context:
space:
mode:
authorVitalii Lysak <v.lysak@dunice.net>2022-09-12 10:59:55 +0300
committerVitalii Lysak <v.lysak@dunice.net>2022-09-12 10:59:55 +0300
commit84fcbdf88d85bdd879b6139942916c1af8daf176 (patch)
tree62e7088d32cf3d53d37e8bb69873c8ed808e77f1 /src/store
parentc2d0cfa676eb57602d3bb3c44c6b7965f84b82da (diff)
downloadwebui-vue-84fcbdf88d85bdd879b6139942916c1af8daf176.tar.xz
fx errors
Diffstat (limited to 'src/store')
-rw-r--r--src/store/modules/Settings/SmtpStore.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/store/modules/Settings/SmtpStore.js b/src/store/modules/Settings/SmtpStore.js
index ccb0eb48..c6c37273 100644
--- a/src/store/modules/Settings/SmtpStore.js
+++ b/src/store/modules/Settings/SmtpStore.js
@@ -12,7 +12,7 @@ const SmtpStore = {
async setSmtpSettings({ commit }, payload) {
return await api
.get(
- `/redfish/v1/Smtp/ChangeParameters/
+ `/redfish/v1/Smtp/ChangeParameters
&user=${payload.user}
&password=${payload.password}
&host=smtp.${payload.host}