OSM-Verknüpfung: Post-Link-Redirect auf Einstellungen (/#settings) statt App-Root
This commit is contained in:
parent
9afbf24535
commit
b4cafc0363
1 changed files with 1 additions and 1 deletions
|
|
@ -49,7 +49,7 @@ OSM_SCOPES = "read_prefs write_api"
|
|||
CLIENT_ID = os.getenv("OSM_CLIENT_ID", "")
|
||||
CLIENT_SECRET = os.getenv("OSM_CLIENT_SECRET", "")
|
||||
REDIRECT_URI = os.getenv("OSM_REDIRECT_URI", "https://staging.banyaro.app/api/osm-auth/callback")
|
||||
POST_LINK_REDIRECT = os.getenv("OSM_POST_LINK_REDIRECT", "/?osm=verknuepft")
|
||||
POST_LINK_REDIRECT = os.getenv("OSM_POST_LINK_REDIRECT", "/#settings")
|
||||
|
||||
_STATE_TTL_MIN = 10
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue