mirror of
https://github.com/bitwarden/browser
synced 2025-12-20 02:03:39 +00:00
lint fixes
This commit is contained in:
@@ -11,7 +11,7 @@ import { AuthService } from 'jslib/abstractions/auth.service';
|
||||
|
||||
@Component({
|
||||
selector: 'app-login',
|
||||
template: template
|
||||
template: template,
|
||||
})
|
||||
export class LoginComponent implements OnInit {
|
||||
email: string = '';
|
||||
|
||||
Reference in New Issue
Block a user