uncomment getRecoveryCode

This commit is contained in:
Abhinav-grd 2021-04-05 17:48:29 +05:30
parent 866402a832
commit b0b7e0bafd

View file

@ -16,7 +16,7 @@ function RecoveryKeyModal(props: Props) {
return;
}
const main = async () => {
const recoveryKey = null; //await getRecoveryKey();
const recoveryKey = await getRecoveryKey();
setRecoveryKey(recoveryKey);
};