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);
|
console.log(token);
|
||||||
if (token === "") {
|
if (token === "") {
|
||||||
window.location.href =
|
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;
|
let ref!: HTMLTextAreaElement;
|
||||||
return (
|
return (
|
||||||
|
|
|
@ -46,7 +46,7 @@ export default function Reviews() {
|
||||||
style={{
|
style={{
|
||||||
display: ishover() ? "inline" : "none",
|
display: ishover() ? "inline" : "none",
|
||||||
}}
|
}}
|
||||||
href="https://discord.com/oauth2/authorize?client_id=1208380910525743134&response_type=access_token&redirect_uri=https%3A%2F%2Famy.rip%2Freview%2F&scope=identify"
|
href="https://discord.com/oauth2/authorize?client_id=1208380910525743134&response_type=token&redirect_uri=https%3A%2F%2Famy.rip%2Freview%2F&scope=identify"
|
||||||
>
|
>
|
||||||
<p class="fadein">add your reviews here</p>
|
<p class="fadein">add your reviews here</p>
|
||||||
</a>
|
</a>
|
||||||
|
|
Loading…
Reference in a new issue