mobile: fix recovery key dialog ui

This commit is contained in:
Ammar Ahmed
2024-05-16 15:09:22 +05:00
parent 258140b1e0
commit fa688884ff

View File

@@ -59,14 +59,14 @@ const recoveryKeyMessage = {
() => {
eSendEvent(eOpenRecoveryKeyDialog);
},
true,
false,
async () => {
SettingsService.set({
recoveryKeySaved: true
});
clearMessage();
},
"I have saved my key already"
"Cancel"
);
},
data: {},