()
| 16 | }; |
| 17 | |
| 18 | const github = () => { |
| 19 | window.open(`${BACKEND_URL}/auth/github`, '_self'); |
| 20 | }; |
| 21 | |
| 22 | const loginAsGuest = async () => { |
| 23 | const response = await fetch(`${BACKEND_URL}/auth/guest`, { |
nothing calls this directly
no outgoing calls
no test coverage detected