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
...@@ -53,8 +53,6 @@ ...@@ -53,8 +53,6 @@
const tokenElem = document.getElementById("access_token"); const tokenElem = document.getElementById("access_token");
tokenElem.value = token; tokenElem.value = token;
alert(getCookie("forwardPage"));
document.loginForm.action = getCookie("forwardPage"); document.loginForm.action = getCookie("forwardPage");
document.loginForm.submit(); document.loginForm.submit();
......
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