1
0
mirror of https://github.com/bitwarden/browser synced 2026-01-06 18:43:25 +00:00

Remove Business Portal, add SSO configuration models (#506)

This commit is contained in:
Oscar Hinton
2021-10-06 19:36:20 +02:00
committed by GitHub
parent 91c5393ae7
commit bfa9a1e1bc
14 changed files with 175 additions and 65 deletions

View File

@@ -0,0 +1,6 @@
import { SsoConfigApi } from '../../api/ssoConfigApi';
export class OrganizationSsoRequest {
enabled: boolean = false;
data: SsoConfigApi;
}