mirror of
https://github.com/moparisthebest/mail
synced 2024-12-23 15:58:49 -05:00
use uppercase recovery token
This commit is contained in:
parent
7497268c7a
commit
d66890211a
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user