1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-19 09:43:23 +00:00

onSuccessfulLogin typo

This commit is contained in:
Kyle Spearrin
2018-07-13 10:45:43 -04:00
parent 25e0a86f29
commit f851c71058
2 changed files with 2 additions and 2 deletions

2
jslib

Submodule jslib updated: 6db55bbae8...b3bd13fe2b

View File

@@ -20,7 +20,7 @@ export class LoginComponent extends BaseLoginComponent {
analytics: Angulartics2, toasterService: ToasterService, analytics: Angulartics2, toasterService: ToasterService,
i18nService: I18nService, private syncService: SyncService, storageService: StorageService) { i18nService: I18nService, private syncService: SyncService, storageService: StorageService) {
super(authService, router, analytics, toasterService, i18nService, storageService); super(authService, router, analytics, toasterService, i18nService, storageService);
super.onSuccessfullLogin = () => { super.onSuccessfulLogin = () => {
return syncService.fullSync(true); return syncService.fullSync(true);
}; };
super.successRoute = '/tabs/vault'; super.successRoute = '/tabs/vault';