mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-03 06:27:02 +03:00
Remove unused parameter 'name' in views
This commit is contained in:
parent
8be4c384bb
commit
c9fe7516c4
14 changed files with 28 additions and 36 deletions
|
|
@ -23,7 +23,7 @@ const SignMeOff = 0,
|
|||
|
||||
class LoginUserView extends AbstractViewCenter {
|
||||
constructor() {
|
||||
super('User/Login', 'Login');
|
||||
super('Login');
|
||||
|
||||
this.hideSubmitButton = Settings.app('hideSubmitButton');
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue