mirror of
https://github.com/rr-/szurubooru.git
synced 2025-07-17 08:26:24 +00:00
client/general: add title to every page
This commit is contained in:
@ -9,6 +9,7 @@ class LoginController {
|
||||
constructor() {
|
||||
api.forget();
|
||||
topNavigation.activate('login');
|
||||
topNavigation.setTitle('Login');
|
||||
|
||||
this._loginView = new LoginView();
|
||||
this._loginView.addEventListener('submit', e => this._evtLogin(e));
|
||||
|
Reference in New Issue
Block a user