Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F3732868
D14186.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
1005 B
Referenced Files
None
Subscribers
None
D14186.diff
View Options
diff --git a/native/account/restore-backup-screen.react.js b/native/account/restore-backup-screen.react.js
--- a/native/account/restore-backup-screen.react.js
+++ b/native/account/restore-backup-screen.react.js
@@ -11,6 +11,7 @@
import RegistrationContentContainer from './registration/registration-content-container.react.js';
import { useRestore } from './restore.js';
import type { SignInNavigationProp } from './sign-in-navigator.react.js';
+import { commCoreModule } from '../native-modules.js';
import type { NavigationRoute } from '../navigation/route-names.js';
import { useColors, useStyles } from '../themes/colors.js';
import {
@@ -63,6 +64,10 @@
credentials.message,
credentials.signature,
);
+ await commCoreModule.setSIWEBackupSecrets({
+ message: credentials.message,
+ signature: credentials.signature,
+ });
}
} catch (e) {
const messageForException = getMessageForException(e);
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Fri, Jan 10, 2:00 AM (10 h, 56 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2833579
Default Alt Text
D14186.diff (1005 B)
Attached To
Mode
D14186: [native] Set SIWE backup secrets during restoration
Attached
Detach File
Event Timeline
Log In to Comment