1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-19 09:43:23 +00:00

[SSO] New user provision flow (#173)

* Initial commit of new user sso flow

* Adjusted stateSplit conditional per review
This commit is contained in:
Vincent Salucci
2020-10-13 15:21:03 -05:00
committed by GitHub
parent 595215a9da
commit d84d6da7f7
4 changed files with 63 additions and 11 deletions

View File

@@ -9,4 +9,5 @@ export class SetPasswordRequest {
keys: KeysRequest;
kdf: KdfType;
kdfIterations: number;
orgIdentifier: string;
}