Skip to content

Commit

Permalink
fix: login with steam button
Browse files Browse the repository at this point in the history
  • Loading branch information
CollinHerber committed Jul 10, 2024
1 parent 2e5e298 commit 50c3cf5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/components/SettingsModal.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
</div>
{#if !currentUser.steamId}
<span class="block text-sm">Link Steam Account (This is required for Leaderboards)</span>
<a href="${import.meta.env.VITE_API_BASE_URL}/LoginWithSteam?userId={currentUser.id}">
<a href="{import.meta.env.VITE_API_BASE_URL}LoginWithSteam?userId={currentUser.id}">
<img src={steamSignin} alt="steam signing">
</a>
{:else }
Expand Down

0 comments on commit 50c3cf5

Please sign in to comment.