Skip to content
Snippets Groups Projects
Commit 06f4ac49 authored by Julian Horner's avatar Julian Horner
Browse files

Remove unnecessary code in login.html

parent 78484a7c
No related branches found
No related tags found
No related merge requests found
......@@ -54,8 +54,6 @@
const tokenElem = document.getElementById("access_token");
tokenElem.value = token;
alert(getCookie("forwardPage"));
document.loginForm.action = getCookie("forwardPage");
document.loginForm.submit();
} else if (httpRequest.status === 401) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment