forked from MapComplete/MapComplete
Fix: fix shared cookie on homepage
This commit is contained in:
parent
f689d66047
commit
5a4636cc4b
1 changed files with 1 additions and 0 deletions
|
@ -29,6 +29,7 @@
|
||||||
const featureSwitches = new OsmConnectionFeatureSwitches()
|
const featureSwitches = new OsmConnectionFeatureSwitches()
|
||||||
const osmConnection = new OsmConnection({
|
const osmConnection = new OsmConnection({
|
||||||
fakeUser: featureSwitches.featureSwitchFakeUser.data,
|
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: QueryParameters.GetQueryParameter(
|
||||||
"oauth_token",
|
"oauth_token",
|
||||||
undefined,
|
undefined,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue