mirror of
https://github.com/bitwarden/mobile.git
synced 2024-11-24 11:55:38 +01:00
Update mobile password generator to support higher minimum number/special character values
This commit is contained in:
parent
c3bd4b84b1
commit
bb86100901
@ -497,7 +497,7 @@
|
||||
AutomationId="MinNumberValueLabel" />
|
||||
<controls:ExtendedStepper
|
||||
Value="{Binding MinNumber}"
|
||||
Maximum="5"
|
||||
Maximum="9"
|
||||
Minimum="0"
|
||||
Increment="1"
|
||||
AutomationId="MinNumberStepper" />
|
||||
@ -519,7 +519,7 @@
|
||||
AutomationId="MinSpecialValueLabel" />
|
||||
<controls:ExtendedStepper
|
||||
Value="{Binding MinSpecial}"
|
||||
Maximum="5"
|
||||
Maximum="9"
|
||||
Minimum="0"
|
||||
Increment="1"
|
||||
AutomationId="MinSpecialStepper" />
|
||||
|
Loading…
Reference in New Issue
Block a user