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:
@ -16,6 +16,7 @@
|
||||
|
||||
<script>
|
||||
window.onload = function() {
|
||||
window.loggedInRedirect();
|
||||
window.prefillEmail();
|
||||
};
|
||||
</script>
|
||||
|
Reference in New Issue
Block a user