mirror of
https://github.com/bitwarden/mobile
synced 2025-12-15 07:43:37 +00:00
autofill custom fields for iOS extension
This commit is contained in:
@@ -207,7 +207,8 @@ namespace Bit.iOS.Extension
|
||||
totp = GetTotp(item);
|
||||
}
|
||||
|
||||
_controller.LoadingController.CompleteUsernamePasswordRequest(item.Username, item.Password, totp);
|
||||
_controller.LoadingController.CompleteUsernamePasswordRequest(item.Username, item.Password,
|
||||
item.Fields.Value, totp);
|
||||
}
|
||||
else if(!string.IsNullOrWhiteSpace(item.Username) || !string.IsNullOrWhiteSpace(item.Password) ||
|
||||
!string.IsNullOrWhiteSpace(item.Totp.Value))
|
||||
|
||||
Reference in New Issue
Block a user