()
| 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 | |
| 7 | export 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 | } |
nothing calls this directly
no outgoing calls
no test coverage detected