MCPcopy Create free account
hub / github.com/WebDevSimplified/spotify-clone / Login

Function Login

client/src/Login.js:7–18  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

5 "https://accounts.spotify.com/authorize?client_id=8b945ef10ea24755b83ac50cede405a0&response_type=code&redirect_uri=http://localhost:3000&scope=streaming%20user-read-email%20user-read-private%20user-library-read%20user-library-modify%20user-read-playback-state%20user-modify-playback-state"
6
7export default function Login() {
8 return (
9 <Container
10 className="d-flex justify-content-center align-items-center"
11 style={{ minHeight: "100vh" }}
12 >
13 <a className="btn btn-success btn-lg" href={AUTH_URL}>
14 Login With Spotify
15 </a>
16 </Container>
17 )
18}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected