mirror of
https://github.com/ViViDboarder/bitwarden_rs.git
synced 2024-11-05 04:46:36 +00: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");
|
||||
data = JSON.stringify({ "email": inv.value });
|
||||
inv.value = "";
|
||||
_post("/admin/test/smtp/",
|
||||
_post("{{urlpath}}/admin/test/smtp/",
|
||||
"SMTP Test email sent correctly",
|
||||
"Error sending SMTP test email", data);
|
||||
return false;
|
||||
|
Loading…
Reference in New Issue
Block a user