mirror of
https://github.com/bitwarden/browser
synced 2025-12-15 07:43:35 +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);
|
passwordGenerationService.saveOptions(options);
|
||||||
$scope.regenerate(false);
|
$scope.regenerate(false);
|
||||||
|
return true;
|
||||||
};
|
};
|
||||||
|
|
||||||
$scope.clipboardError = function (e, password) {
|
$scope.clipboardError = function (e, password) {
|
||||||
|
|||||||
Reference in New Issue
Block a user