Skip to content
Snippets Groups Projects
Commit 9b8032f7 authored by August Skarsfjord Nyheim's avatar August Skarsfjord Nyheim
Browse files

Oppgave 5 debugging

parent 8ce20a92
No related branches found
No related tags found
No related merge requests found
Pipeline #115262 failed
......@@ -28,5 +28,5 @@ function editUser (event) {
alert("Brukernavn eksisterer fra før, vennligst skriv inn et nytt brukernavn");
}
})
.catch(error => console.error(error));
.catch(error => console.log(error));
}
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment