mirror of
https://github.com/bitwarden/desktop.git
synced 2024-11-16 10:35:31 +01:00
fix password detection when changing
This commit is contained in:
parent
d63ae79704
commit
8b0019ea94
@ -121,7 +121,7 @@ angular
|
||||
};
|
||||
|
||||
$scope.generatePassword = function () {
|
||||
if ($scope.cipher.password) {
|
||||
if ($scope.cipher.login.password) {
|
||||
SweetAlert.swal({
|
||||
title: i18nService.overwritePassword,
|
||||
text: i18nService.overwritePasswordConfirmation,
|
||||
|
Loading…
Reference in New Issue
Block a user