Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F4934059
D14314.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
512 B
Referenced Files
None
Subscribers
None
D14314.diff
View Options
diff --git a/web/account/log-in-form.react.js b/web/account/log-in-form.react.js
--- a/web/account/log-in-form.react.js
+++ b/web/account/log-in-form.react.js
@@ -104,6 +104,12 @@
return qrCodeLinkURL(qrData.aesKey, qrData.deviceID, identityDeviceType);
}, [platform, qrData]);
+ React.useEffect(() => {
+ if (qrCodeURL) {
+ console.log(`QR Code URL: ${qrCodeURL}`);
+ }
+ }, [qrCodeURL]);
+
const { pushModal, clearModals, popModal } = useModalContext();
React.useEffect(() => {
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Tue, Mar 18, 5:54 PM (16 h, 47 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3356138
Default Alt Text
D14314.diff (512 B)
Attached To
Mode
D14314: [web] Log the QR code to the console
Attached
Detach File
Event Timeline
Log In to Comment