1
0
mirror of https://github.com/moparisthebest/mail synced 2024-08-13 16:43:47 -04: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({
userId: userId,
keyId: keypair.publicKey._id,
recoveryToken: $scope.recoveryToken.toLowerCase()
recoveryToken: $scope.recoveryToken.toUpperCase()
}, function(err, encryptedPrivateKey) {
if (err) {
$scope.onError(err);