diff --git a/Website/index.html b/Website/index.html
index 3d607a2..46849fe 100644
--- a/Website/index.html
+++ b/Website/index.html
@@ -189,7 +189,7 @@
var authLink = document.getElementById("authLink");
var host = window.location.host;
var protocol = window.location.protocol;
- authLink.setAttribute("href", `https://www.strava.com/oauth/authorize?client_id=12230&response_type=code&redirect_uri=${protocol}//${host}/auth&approval_prompt=force&scope=read,activity:read,activity:write`)
+ authLink.setAttribute("href", `https://www.strava.com/oauth/authorize?client_id=12230&response_type=code&redirect_uri=${protocol}//${host}/auth&approval_prompt=force&scope=read,activity:read,activity:write,profile:read_all`)
}
function loadActivityCount() {