mirror of
https://github.com/bitwarden/mobile.git
synced 2025-01-13 19:41:31 +01:00
fix for passphrase generator persistent settings (#1065)
This commit is contained in:
parent
f68db90b1f
commit
22101d8f4a
@ -286,6 +286,10 @@ namespace Bit.App.Pages
|
||||
|
||||
public async Task SliderInputAsync()
|
||||
{
|
||||
if (!_doneIniting)
|
||||
{
|
||||
return;
|
||||
}
|
||||
SetOptions();
|
||||
_passwordGenerationService.NormalizeOptions(_options, _enforcedPolicyOptions);
|
||||
Password = await _passwordGenerationService.GeneratePasswordAsync(_options);
|
||||
|
Loading…
Reference in New Issue
Block a user