mirror of
https://github.com/20kaushik02/spotify-manager-web.git
synced 2026-01-25 16:14:06 +00:00
bleh, and spotify redirect uri
https://developer.spotify.com/blog/2025-02-12-increasing-the-security-requirements-for-integrating-with-spotify
This commit is contained in:
11
src/pages/HowToUse/index.tsx
Normal file
11
src/pages/HowToUse/index.tsx
Normal file
@@ -0,0 +1,11 @@
|
||||
import React from "react";
|
||||
|
||||
const HowToUse = () => {
|
||||
return (
|
||||
<div>
|
||||
<h1>How To Use?</h1>
|
||||
</div>
|
||||
);
|
||||
};
|
||||
|
||||
export default HowToUse;
|
||||
@@ -11,7 +11,7 @@ const Login = () => {
|
||||
|
||||
return () => clearTimeout(timeoutID);
|
||||
}, []);
|
||||
return <div className={styles.login_wrapper}>Redirecting to Spotify...</div>;
|
||||
return <div className={styles.login_wrapper}>Logging in to Spotify...</div>;
|
||||
};
|
||||
|
||||
export default Login;
|
||||
|
||||
Reference in New Issue
Block a user