small fix for the logout method

This commit is contained in:
Adina Parpalita
2017-11-08 23:38:49 +02:00
parent 609163d136
commit e41550c4f0

View File

@@ -22,7 +22,7 @@ import { APP_ROUTES } from '../configs';
export class LogoutPage extends Page { export class LogoutPage extends Page {
/** @override */ /** @override */
constructor() { constructor() {
super(APP_ROUTES.LOGOUT); super(APP_ROUTES.LOGIN);
} }
/** @override */ /** @override */