| 8 | const code = location.search.split('=')[1] |
| 9 | |
| 10 | class SecurityLayout extends React.Component { |
| 11 | render() { |
| 12 | const { children, loading, currentUser } = this.props; |
| 13 | if ((loading) ) { |
nothing calls this directly
no outgoing calls
no test coverage detected