mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-09-24 14:31:16 +00:00
small fix for the logout method
This commit is contained in:
@@ -22,7 +22,7 @@ import { APP_ROUTES } from '../configs';
|
||||
export class LogoutPage extends Page {
|
||||
/** @override */
|
||||
constructor() {
|
||||
super(APP_ROUTES.LOGOUT);
|
||||
super(APP_ROUTES.LOGIN);
|
||||
}
|
||||
|
||||
/** @override */
|
||||
|
Reference in New Issue
Block a user