Redirect to the main page when logging out
This commit is contained in:
@@ -175,7 +175,8 @@ define([
|
||||
if (!o && n) {
|
||||
window.location.reload();
|
||||
} else if (o && !n) {
|
||||
window.location.reload();
|
||||
//window.location.reload();
|
||||
window.location.href = '/';
|
||||
}
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user