From 8b9d7a7e2e344611cf7f4be1cfa7d4912bf82fc7 Mon Sep 17 00:00:00 2001 From: Kyle Spearrin Date: Fri, 13 Jul 2018 10:51:14 -0400 Subject: [PATCH] remove sync service ref --- jslib | 2 +- src/app/accounts/two-factor.component.ts | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/jslib b/jslib index 6db55bba..a949f499 160000 --- a/jslib +++ b/jslib @@ -1 +1 @@ -Subproject commit 6db55bbae8b54f76b4fe84102999446c4aad419e +Subproject commit a949f499acb28ddb1ce7197fd35c0d02df957618 diff --git a/src/app/accounts/two-factor.component.ts b/src/app/accounts/two-factor.component.ts index 4b9d3b9f..f4786c69 100644 --- a/src/app/accounts/two-factor.component.ts +++ b/src/app/accounts/two-factor.component.ts @@ -19,7 +19,6 @@ import { AuthService } from 'jslib/abstractions/auth.service'; import { EnvironmentService } from 'jslib/abstractions/environment.service'; import { I18nService } from 'jslib/abstractions/i18n.service'; import { PlatformUtilsService } from 'jslib/abstractions/platformUtils.service'; -import { SyncService } from 'jslib/abstractions/sync.service'; import { ModalComponent } from 'jslib/angular/components/modal.component'; import { TwoFactorComponent as BaseTwoFactorComponent } from 'jslib/angular/components/two-factor.component';