Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F3249145
D5975.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
432 B
Referenced Files
None
Subscribers
None
D5975.diff
View Options
diff --git a/landing/siwe-nonce-context.js b/landing/siwe-nonce-context.js
new file mode 100644
--- /dev/null
+++ b/landing/siwe-nonce-context.js
@@ -0,0 +1,15 @@
+// @flow
+
+import * as React from 'react';
+
+export type SIWENonceContextType = {
+ +siweNonce: ?string,
+};
+
+const SIWENonceContext: React.Context<SIWENonceContextType> = React.createContext(
+ {
+ siweNonce: null,
+ },
+);
+
+export { SIWENonceContext };
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, Nov 16, 12:29 PM (22 h, 5 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2497838
Default Alt Text
D5975.diff (432 B)
Attached To
Mode
D5975: [landing] Introduce `SIWENonceContext`
Attached
Detach File
Event Timeline
Log In to Comment