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:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user