1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-17 08:43:33 +00:00

i18n service and helpers

This commit is contained in:
Kyle Spearrin
2018-01-24 14:59:03 -05:00
parent 0e33ad9b0b
commit 2ab23c2c9e
9 changed files with 124 additions and 14 deletions

View File

@@ -18,7 +18,6 @@ export class LoginComponent implements OnInit {
masterPassword: string = '';
constructor(private authService: AuthService, private router: Router) {
}
ngOnInit() {