mirror of
https://github.com/mailcow/mailcow-dockerized.git
synced 2025-01-08 04:05:03 +02:00
[SOGo] redirect to /user if unauthenticated
This commit is contained in:
parent
45c13c687b
commit
ccc8595665
@ -2,7 +2,7 @@
|
||||
document.addEventListener('DOMContentLoaded', function () {
|
||||
var loginForm = document.forms.namedItem("loginForm");
|
||||
if (loginForm) {
|
||||
window.location.href = '/';
|
||||
window.location.href = '/user';
|
||||
}
|
||||
|
||||
angularReady = false;
|
||||
|
Loading…
Reference in New Issue
Block a user