fix: accounts: when logout go back to last page
This commit is contained in:
@ -4,7 +4,7 @@ import AbstractAuthenticatedView from "../abstracts/AbstractAuthenticatedView.js
|
||||
export default class extends AbstractAuthenticatedView
|
||||
{
|
||||
constructor(params, lastPageUrl = '/login') {
|
||||
super(params, lang.get('logoutWindowTitle', 'Logout'));
|
||||
super(params, lang.get('logoutWindowTitle', 'Logout'), lastPageUrl);
|
||||
this.lastPageUrl = lastPageUrl;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user