diff --git a/src/pages/Home.svelte b/src/pages/Home.svelte index 187c9bfe..613216d8 100644 --- a/src/pages/Home.svelte +++ b/src/pages/Home.svelte @@ -102,7 +102,7 @@ Enter your token here. You can get this by using pk;token - + login(token)}>Submit @@ -110,15 +110,15 @@ - Or, - - window.location.href = `https://discord.com/api/oauth2/authorize?client_id=${localStorage.isBeta ? "912009351160541225" : "466378653216014359"}&redirect_uri=${encodeURIComponent(window.location.origin + "/login/discord")}&response_type=code&scope=guilds%20identify`}> + Or, you can + + window.location.href = `https://discord.com/api/oauth2/authorize?client_id=${localStorage.isBeta ? "912009351160541225" : "466378653216014359"}&redirect_uri=${encodeURIComponent(window.location.origin + "/login/discord")}&response_type=code&scope=guilds%20identify`}> Login with Discord - + {/if}