+
+ Scan the QR with Google Authenticator, Authy, or 1Password — or enter this secret manually:
+
+
{enroll.secret}
+
+
+ setCode(e.target.value)}
+ onKeyDown={e => { if (e.key === 'Enter' && code.trim()) confirmEnable(); }}
+ placeholder="123456" style={{ width: 140 }} />
+
+
+
+
+
+