diff --git a/src/routes/+page.svelte b/src/routes/+page.svelte index 9f775dd..953ebb8 100644 --- a/src/routes/+page.svelte +++ b/src/routes/+page.svelte @@ -16,9 +16,9 @@
- I wanted tools like Compare Players to show unranked star ratings when your BeatLeader account is a supporter and ShowAllRatings is enabled. That turns out to not be possible without implementing Steam ticket handling using the Steamworks SDK. The rest of the notes here were written before I realized that.
+ I wanted tools like Compare Players to show unranked star ratings when your BeatLeader account is a supporter and ShowAllRatings is enabled. That turns out to not be possible without implementing Steam ticket handling using the Steamworks SDK. The rest of the notes here were written before I realized that.
scp:offline_access to refresh your session without re‑prompting (optional).- You can still login with OAuth when needed: Login with BeatLeader (OAuth) + You can still login with OAuth when needed: Login with BeatLeader (OAuth)
After OAuth login, we attempt to enable ShowAllRatings automatically. If your BL account is not a supporter, BL will ignore it.
@@ -142,7 +142,7 @@