use uppercase recovery token

This commit is contained in:
Felix Hammerl 2014-09-18 14:42:53 +02:00
parent 7497268c7a
commit d66890211a
1 changed files with 1 additions and 1 deletions

View File

@ -53,7 +53,7 @@ define(function(require) {
keychain.downloadPrivateKey({
userId: userId,
keyId: keypair.publicKey._id,
recoveryToken: $scope.recoveryToken.toLowerCase()
recoveryToken: $scope.recoveryToken.toUpperCase()
}, function(err, encryptedPrivateKey) {
if (err) {
$scope.onError(err);