1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-20 02:03:39 +00:00

lint fixes

This commit is contained in:
Kyle Spearrin
2018-01-24 09:26:59 -05:00
parent b16ae24d58
commit f2923d9c81
5 changed files with 5 additions and 14 deletions

View File

@@ -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 = '';