oh my god im stupid
This commit is contained in:
parent
0e0005e8b7
commit
949f9932f0
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=code&redirect_uri=https%3A%2F%2Famy.rip%2Freview%2F&scope=identify";
|
||||
"https://discord.com/oauth2/authorize?client_id=1208380910525743134&response_type=access_token&redirect_uri=https%3A%2F%2Famy.rip%2Freview%2F&scope=identify";
|
||||
}
|
||||
let ref!: HTMLTextAreaElement;
|
||||
return (
|
||||
|
|
|
@ -46,7 +46,7 @@ export default function Reviews() {
|
|||
style={{
|
||||
display: ishover() ? "inline" : "none",
|
||||
}}
|
||||
href="https://discord.com/oauth2/authorize?client_id=1208380910525743134&response_type=code&redirect_uri=https%3A%2F%2Famy.rip%2Freview%2F&scope=identify"
|
||||
href="https://discord.com/oauth2/authorize?client_id=1208380910525743134&response_type=access_token&redirect_uri=https%3A%2F%2Famy.rip%2Freview%2F&scope=identify"
|
||||
>
|
||||
<p class="fadein">add your reviews here</p>
|
||||
</a>
|
||||
|
|
Loading…
Reference in a new issue