1
0
mirror of https://github.com/bitwarden/directory-connector synced 2025-12-15 07:43:27 +00:00

[SSO] Adjust set password flow (#64)

* Removed set-password // Adjusted sso UI // Added string

* Removed test logic

* Update jslib (6ab444a -> 700e945)

* Passing null for expectes sync service

* Removing unnecessary async

* Deleted set-password files. RIP

* Removed non-existent import (fixes build)
This commit is contained in:
Vincent Salucci
2020-08-28 09:54:45 -05:00
committed by GitHub
parent 094ec23f04
commit 752e26db6d
8 changed files with 50 additions and 164 deletions

View File

@@ -26,7 +26,6 @@ import { TwoFactorOptionsComponent } from './accounts/two-factor-options.compone
import { TwoFactorComponent } from './accounts/two-factor.component';
import { DashboardComponent } from './tabs/dashboard.component';
import { MoreComponent } from './tabs/more.component';
import { SetPasswordComponent } from './accounts/set-password.component';
import { SettingsComponent } from './tabs/settings.component';
import { TabsComponent } from './tabs/tabs.component';
@@ -73,7 +72,6 @@ import { SearchCiphersPipe } from 'jslib/angular/pipes/search-ciphers.pipe';
ModalComponent,
MoreComponent,
SearchCiphersPipe,
SetPasswordComponent,
SettingsComponent,
SsoComponent,
StopClickDirective,