Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/027xiguapi/code-box
/ QRCodeModalProps
Interface
QRCodeModalProps
component/ui/QRCodeModal.tsx:6–9 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
4
import { TOTP } from
"~utils/totp"
5
6
interface QRCodeModalProps {
7
onConfirm: () => void
8
onClose: () => void
9
}
10
11
const styles = {
12
overlay: {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected