Skip to content

Commit

Permalink
fix: client id
Browse files Browse the repository at this point in the history
  • Loading branch information
thewander02 committed Jan 8, 2025
1 parent 05a722e commit 78b955f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/routes/sign-in/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<a
class="flex cursor-pointer items-center gap-1 rounded-sm bg-[#5865f2] px-3 py-2 transition-colors duration-200 ease-in-out hover:bg-[#4752c4] active:bg-[#3c45a5]"
aria-label="Sign in with Discord"
href="https://discord.com/oauth2/authorize?client_id=1303548128774983711&response_type=code&redirect_uri={encodeURIComponent(
href="https://discord.com/oauth2/authorize?client_id=1107058928061263942&response_type=code&redirect_uri={encodeURIComponent(
data.redirectUri
)}&scope=identify+guilds.members.read"
>
Expand Down

0 comments on commit 78b955f

Please sign in to comment.