mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-03 22:47:03 +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
|
|
@ -10,7 +10,7 @@ import { AbstractViewCenter } from 'Knoin/AbstractViews';
|
|||
|
||||
class LoginAdminView extends AbstractViewCenter {
|
||||
constructor() {
|
||||
super('Admin/Login', 'AdminLogin');
|
||||
super('AdminLogin');
|
||||
|
||||
this.hideSubmitButton = Settings.app('hideSubmitButton');
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue