Remove unused parameter 'name' in views

This commit is contained in:
djmaze 2021-09-23 09:41:02 +02:00
parent 8be4c384bb
commit c9fe7516c4
14 changed files with 28 additions and 36 deletions

View file

@ -23,7 +23,7 @@ const SignMeOff = 0,
class LoginUserView extends AbstractViewCenter {
constructor() {
super('User/Login', 'Login');
super('Login');
this.hideSubmitButton = Settings.app('hideSubmitButton');