1
0
mirror of https://github.com/moparisthebest/mail synced 2024-12-24 00:08:48 -05:00

use uppercase recovery token

This commit is contained in:
Felix Hammerl 2014-09-18 14:42:53 +02:00
parent 7497268c7a
commit d66890211a

View File

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