Fix typo
This commit is contained in:
parent
e5e2384998
commit
8929e25dd8
1 changed files with 1 additions and 1 deletions
|
@ -94,7 +94,7 @@
|
||||||
}, ApiService.errorDisplay('Could not generate token'));
|
}, ApiService.errorDisplay('Could not generate token'));
|
||||||
};
|
};
|
||||||
|
|
||||||
UIService.showPasswordDialog('Enter your password to generated an encrypted version:', generateToken);
|
UIService.showPasswordDialog('Enter your password to generate an encrypted version:', generateToken);
|
||||||
};
|
};
|
||||||
|
|
||||||
$scope.changeEmail = function() {
|
$scope.changeEmail = function() {
|
||||||
|
|
Reference in a new issue