mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2024-11-13 14:32:44 +01:00
Added urlpath to smtpTest function
This commit is contained in:
parent
f6de144cbb
commit
97fb7b5b96
@ -286,7 +286,7 @@
|
|||||||
inv = document.getElementById("smtp-test-email");
|
inv = document.getElementById("smtp-test-email");
|
||||||
data = JSON.stringify({ "email": inv.value });
|
data = JSON.stringify({ "email": inv.value });
|
||||||
inv.value = "";
|
inv.value = "";
|
||||||
_post("/admin/test/smtp/",
|
_post("{{urlpath}}/admin/test/smtp/",
|
||||||
"SMTP Test email sent correctly",
|
"SMTP Test email sent correctly",
|
||||||
"Error sending SMTP test email", data);
|
"Error sending SMTP test email", data);
|
||||||
return false;
|
return false;
|
||||||
|
Loading…
Reference in New Issue
Block a user