mirror of
https://github.com/goharbor/harbor.git
synced 2025-02-17 04:11:24 +01:00
Update change-password.controller.js
modify "changed" to "change"
This commit is contained in:
parent
2a915785d3
commit
977119150d
@ -76,7 +76,7 @@
|
||||
|
||||
var message;
|
||||
$scope.$emit('modalTitle', $filter('tr')('error'));
|
||||
console.log('Failed to changed password:' + data);
|
||||
console.log('Failed to change password:' + data);
|
||||
if(data == 'old_password_is_not_correct') {
|
||||
message = $filter('tr')('old_password_is_incorrect');
|
||||
}else{
|
||||
|
Loading…
Reference in New Issue
Block a user