Fixed login page trying to load the index page
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
Gregory Ballantine 2022-05-23 19:47:19 -04:00
parent 8cee8575e1
commit ae14d0c0bb

View File

@ -21,7 +21,7 @@ loginForm = (event) ->
localStorage.setItem('ldap_bind_pw', document.forms.loginForm.bind_pw.value)
localStorage.setItem('ldap_base_dn', baseDn)
loadPage('index.html')
loadPage('index')
return
return