mirror of
https://github.com/bitwarden/browser
synced 2025-12-18 01:03:35 +00:00
fix password detection when changing
This commit is contained in:
@@ -121,7 +121,7 @@ angular
|
|||||||
};
|
};
|
||||||
|
|
||||||
$scope.generatePassword = function () {
|
$scope.generatePassword = function () {
|
||||||
if ($scope.cipher.password) {
|
if ($scope.cipher.login.password) {
|
||||||
SweetAlert.swal({
|
SweetAlert.swal({
|
||||||
title: i18nService.overwritePassword,
|
title: i18nService.overwritePassword,
|
||||||
text: i18nService.overwritePasswordConfirmation,
|
text: i18nService.overwritePasswordConfirmation,
|
||||||
|
|||||||
Reference in New Issue
Block a user