Skip to content
Snippets Groups Projects
Commit 916bdba2 authored by Jonas Haugland's avatar Jonas Haugland
Browse files

Small editUser fix

parent 365a223d
No related branches found
No related tags found
No related merge requests found
Pipeline #158776 passed
...@@ -23,7 +23,7 @@ function editUser(event) { ...@@ -23,7 +23,7 @@ function editUser(event) {
}) })
.then(response => response.json()) .then(response => response.json())
.then(response => { .then(response => {
if (response === true) { if (response == true) {
alert("Bruker oppdatert"); alert("Bruker oppdatert");
window.location.href = "../app.html"; window.location.href = "../app.html";
} else { } else {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment