mirror of
https://github.com/bitwarden/web
synced 2025-12-13 14:53:25 +00:00
cleanup various sso tasks (#617)
This commit is contained in:
@@ -104,7 +104,7 @@ const routes: Routes = [
|
||||
{
|
||||
path: 'sso', component: SsoComponent,
|
||||
canActivate: [UnauthGuardService],
|
||||
data: { titleId: 'createAccount' }, // TODO
|
||||
data: { titleId: 'enterpriseSingleSignOn' },
|
||||
},
|
||||
{
|
||||
path: 'set-password', component: SetPasswordComponent,
|
||||
|
||||
Reference in New Issue
Block a user