1
0
mirror of https://github.com/bitwarden/mobile synced 2026-02-16 16:58:55 +00:00

Support for establishing a username field without a password field (#880)

* Support for establishing a username field without a password field

* added aws login
This commit is contained in:
Matt Portune
2020-05-06 09:48:34 -04:00
committed by GitHub
parent 4104f6f772
commit b29440556a
4 changed files with 87 additions and 23 deletions

View File

@@ -100,6 +100,7 @@
<Compile Include="Accessibility\AccessibilityService.cs" />
<Compile Include="Accessibility\Browser.cs" />
<Compile Include="Accessibility\NodeList.cs" />
<Compile Include="Accessibility\KnownUsernameField.cs" />
<Compile Include="Autofill\AutofillHelpers.cs" />
<Compile Include="Autofill\AutofillService.cs" />
<Compile Include="Autofill\Field.cs" />