Chore: drop openid-scope from login
This commit is contained in:
parent
9239376851
commit
b23b216564
1 changed files with 1 additions and 1 deletions
|
@ -532,7 +532,7 @@ export class OsmConnection {
|
||||||
this.auth = new osmAuth({
|
this.auth = new osmAuth({
|
||||||
client_id: this._oauth_config.oauth_client_id,
|
client_id: this._oauth_config.oauth_client_id,
|
||||||
url: this._oauth_config.url,
|
url: this._oauth_config.url,
|
||||||
scope: "read_prefs write_prefs write_api write_gpx write_notes openid",
|
scope: "read_prefs write_prefs write_api write_gpx write_notes",
|
||||||
redirect_uri: Utils.runningFromConsole
|
redirect_uri: Utils.runningFromConsole
|
||||||
? "https://mapcomplete.org/land.html"
|
? "https://mapcomplete.org/land.html"
|
||||||
: window.location.protocol + "//" + window.location.host + "/land.html",
|
: window.location.protocol + "//" + window.location.host + "/land.html",
|
||||||
|
|
Loading…
Reference in a new issue