mirror of
https://github.com/bitwarden/browser
synced 2025-12-14 15:23:33 +00:00
Allow password generator saveOptions to propogate by returning true (checkboxes were not working)
This commit is contained in:
@@ -58,6 +58,7 @@
|
||||
|
||||
passwordGenerationService.saveOptions(options);
|
||||
$scope.regenerate(false);
|
||||
return true;
|
||||
};
|
||||
|
||||
$scope.clipboardError = function (e, password) {
|
||||
|
||||
Reference in New Issue
Block a user