MCPcopy Create free account
hub / github.com/code100x/chess / github

Function github

apps/frontend/src/screens/Login.tsx:18–20  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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`, {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected