fix password detection when changing

This commit is contained in:
Kyle Spearrin 2017-11-10 22:05:10 -05:00
parent d63ae79704
commit 8b0019ea94
1 changed files with 1 additions and 1 deletions

View File

@ -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,