mirror of
https://github.com/bitwarden/browser.git
synced 2025-01-02 18:17:46 +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);
|
passwordGenerationService.saveOptions(options);
|
||||||
$scope.regenerate(false);
|
$scope.regenerate(false);
|
||||||
|
return true;
|
||||||
};
|
};
|
||||||
|
|
||||||
$scope.clipboardError = function (e, password) {
|
$scope.clipboardError = function (e, password) {
|
||||||
|
Loading…
Reference in New Issue
Block a user