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:
@@ -0,0 +1,6 @@
|
||||
import { SsoConfigApi } from '../../api/ssoConfigApi';
|
||||
|
||||
export class OrganizationSsoRequest {
|
||||
enabled: boolean = false;
|
||||
data: SsoConfigApi;
|
||||
}
|
||||
Reference in New Issue
Block a user