mirror of
https://github.com/nextcloud/passman.git
synced 2025-09-28 07:44:25 +08:00
Fix check
This commit is contained in:
parent
e4179d43f5
commit
be465e56bd
1 changed files with 2 additions and 2 deletions
|
@ -299,8 +299,8 @@
|
|||
$scope.storedCredential.custom_fields.push(angular.copy($scope.new_custom_field));
|
||||
}
|
||||
|
||||
|
||||
if ($scope.storedCredential.password !== storedCredential.password_repeat){
|
||||
console.log($scope.storedCredential.password, $scope.storedCredential.password_repeat)
|
||||
if ($scope.storedCredential.password !== $scope.storedCredential.password_repeat){
|
||||
NotificationService.showNotification($translate.instant('password.do.not.match'), 5000);
|
||||
return;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue