Added MFA-choice log in. Seems to come up more with German users
This commit is contained in:
parent
aeeba0d567
commit
bf23503d67
11 changed files with 617 additions and 1 deletions
|
|
@ -107,6 +107,12 @@
|
|||
<Compile Include="Dialogs\Login\CaptchaDialog.Designer.cs">
|
||||
<DependentUpon>CaptchaDialog.cs</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="Dialogs\Login\MfaDialog.cs">
|
||||
<SubType>Form</SubType>
|
||||
</Compile>
|
||||
<Compile Include="Dialogs\Login\MfaDialog.Designer.cs">
|
||||
<DependentUpon>MfaDialog.cs</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="Dialogs\Login\_2faCodeDialog.cs">
|
||||
<SubType>Form</SubType>
|
||||
</Compile>
|
||||
|
|
@ -185,6 +191,9 @@
|
|||
<EmbeddedResource Include="Dialogs\Login\ApprovalNeededDialog.resx">
|
||||
<DependentUpon>ApprovalNeededDialog.cs</DependentUpon>
|
||||
</EmbeddedResource>
|
||||
<EmbeddedResource Include="Dialogs\Login\MfaDialog.resx">
|
||||
<DependentUpon>MfaDialog.cs</DependentUpon>
|
||||
</EmbeddedResource>
|
||||
<EmbeddedResource Include="Dialogs\ScanAccountsDialog.resx">
|
||||
<DependentUpon>ScanAccountsDialog.cs</DependentUpon>
|
||||
</EmbeddedResource>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue