summaryrefslogtreecommitdiff
path: root/protocols/Steam/src/Steam/login.h
diff options
context:
space:
mode:
Diffstat (limited to 'protocols/Steam/src/Steam/login.h')
-rw-r--r--protocols/Steam/src/Steam/login.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/Steam/src/Steam/login.h b/protocols/Steam/src/Steam/login.h
index 7256251ec8..bf19c6f522 100644
--- a/protocols/Steam/src/Steam/login.h
+++ b/protocols/Steam/src/Steam/login.h
@@ -10,7 +10,7 @@ namespace SteamWebApi
HttpsPostRequest(STEAM_API_URL "/ISteamWebUserPresenceOAuth/Logon/v0001")
{
char data[256];
- mir_snprintf(data, SIZEOF(data), "access_token=%s", token);
+ mir_snprintf(data, SIZEOF(data), "access_token=%s&ui_mode=web", token);
SetData(data, strlen(data));
}