mirror of
https://github.com/bitwarden/browser
synced 2024-12-24 00:54:30 +01:00
Allow password generator saveOptions to propogate by returning true (checkboxes were not working)
This commit is contained in:
parent
342b86a9ae
commit
71e92d83f8
@ -58,6 +58,7 @@
|
||||
|
||||
passwordGenerationService.saveOptions(options);
|
||||
$scope.regenerate(false);
|
||||
return true;
|
||||
};
|
||||
|
||||
$scope.clipboardError = function (e, password) {
|
||||
|
Loading…
Reference in New Issue
Block a user