Fix: fix shared cookie on homepage

This commit is contained in:
Pieter Vander Vennet 2025-05-30 00:42:58 +02:00
parent f689d66047
commit 5a4636cc4b

View file

@ -29,6 +29,7 @@
const featureSwitches = new OsmConnectionFeatureSwitches()
const osmConnection = new OsmConnection({
fakeUser: featureSwitches.featureSwitchFakeUser.data,
shared_cookie: QueryParameters.GetQueryParameter("shared_oauth_cookie", undefined, "Used to share a session with another device - this saves logging in at another device").data,
oauth_token: QueryParameters.GetQueryParameter(
"oauth_token",
undefined,