1
0
mirror of https://github.com/bitwarden/web synced 2025-12-15 15:53:18 +00:00

call api to set password with key parameters (#609)

* call api to set password with key parameters

* update ssoCompleteRegistration string
This commit is contained in:
Kyle Spearrin
2020-08-17 15:04:59 -04:00
committed by GitHub
parent 1fe7554818
commit e0ede7ba74
7 changed files with 134 additions and 57 deletions

View File

@@ -108,7 +108,6 @@ const routes: Routes = [
},
{
path: 'change-password', component: ChangePasswordComponent,
canActivate: [UnauthGuardService],
data: { titleId: 'setMasterPassword' },
},
{