mirror of
https://github.com/moparisthebest/mail
synced 2024-12-24 16:28: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({
|
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);
|
||||||
|
Loading…
Reference in New Issue
Block a user