MCPcopy Create free account
hub / github.com/MankaiHuang/screen-visualization /

Class

src/layouts/SecurityLayout.jsx:10–10  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8const code = location.search.split('=')[1]
9
10class SecurityLayout extends React.Component {
11 render() {
12 const { children, loading, currentUser } = this.props;
13 if ((loading) ) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected