mirror of
https://github.com/bitwarden/browser
synced 2025-12-17 16:53:34 +00:00
allow null name
This commit is contained in:
@@ -8,7 +8,6 @@ import { AuthResult } from '../../models/domain/authResult';
|
||||
|
||||
import { AuthService } from '../../abstractions/auth.service';
|
||||
import { I18nService } from '../../abstractions/i18n.service';
|
||||
import { SyncService } from '../../abstractions/sync.service';
|
||||
|
||||
export class LoginComponent {
|
||||
@Input() email: string = '';
|
||||
|
||||
Reference in New Issue
Block a user