onSuccessfulLogin typo
This commit is contained in:
parent
25e0a86f29
commit
f851c71058
2
jslib
2
jslib
|
@ -1 +1 @@
|
||||||
Subproject commit 6db55bbae8b54f76b4fe84102999446c4aad419e
|
Subproject commit b3bd13fe2bbad26ea9d07d82ace958f466218403
|
|
@ -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';
|
||||||
|
|
Loading…
Reference in New Issue