1
mirror of https://gitlab.com/commento/commento.git synced 2025-06-29 22:56:37 -04:00

login, signup: redirect to dashboard if logged in

Fixes https://gitlab.com/commento/commento-ce/issues/60
This commit is contained in:
Adhityaa Chandrasekar
2018-08-08 11:38:16 +05:30
parent 97d3d556e6
commit ee324c1f28
3 changed files with 11 additions and 0 deletions

View File

@ -16,6 +16,7 @@
<script>
window.onload = function() {
window.loggedInRedirect();
window.prefillEmail();
};
</script>