mirror of
https://github.com/bitwarden/mobile
synced 2025-12-05 23:53:33 +00:00
fix for passphrase generator persistent settings (#1065)
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user