1
0
mirror of https://github.com/bitwarden/mobile synced 2025-12-17 00:33:20 +00:00

autofill custom fields for iOS extension

This commit is contained in:
Kyle Spearrin
2017-09-26 14:38:12 -04:00
parent 4598c3d852
commit 163ad248af
6 changed files with 175 additions and 25 deletions

View File

@@ -177,7 +177,7 @@ namespace Bit.iOS.Extension
else if(LoadingController != null)
{
LoadingController.CompleteUsernamePasswordRequest(UsernameCell.TextField.Text, PasswordCell.TextField.Text,
null);
null, null);
}
}
else if(saveTask.Result.Errors.Count() > 0)