agony
This commit is contained in:
parent
949f9932f0
commit
0a56ab2b4b
2 changed files with 2 additions and 2 deletions
|
|
@ -11,7 +11,7 @@ export default function App() {
|
|||
console.log(token);
|
||||
if (token === "") {
|
||||
window.location.href =
|
||||
"https://discord.com/oauth2/authorize?client_id=1208380910525743134&response_type=access_token&redirect_uri=https%3A%2F%2Famy.rip%2Freview%2F&scope=identify";
|
||||
"https://discord.com/oauth2/authorize?client_id=1208380910525743134&response_type=token&redirect_uri=https%3A%2F%2Famy.rip%2Freview%2F&scope=identify";
|
||||
}
|
||||
let ref!: HTMLTextAreaElement;
|
||||
return (
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue