1
0
mirror of https://github.com/bitwarden/mobile synced 2025-12-20 02:03:49 +00:00

Initial commit for new user provision flow (#1091)

This commit is contained in:
Vincent Salucci
2020-10-13 15:01:14 -05:00
committed by GitHub
parent 0b7e07ebab
commit e72ccaf440
5 changed files with 11 additions and 5 deletions

View File

@@ -85,6 +85,7 @@ namespace Bit.App.Pages
public string Hint { get; set; }
public Action SetPasswordSuccessAction { get; set; }
public Action CloseAction { get; set; }
public string OrgIdentifier { get; set; }
public async Task InitAsync()
{
@@ -158,6 +159,7 @@ namespace Bit.App.Pages
MasterPasswordHint = Hint,
Kdf = kdf,
KdfIterations = kdfIterations,
OrgIdentifier = OrgIdentifier,
Keys = new KeysRequest
{
PublicKey = keys.Item1,