forked from MapComplete/MapComplete
Fix landing page, fix cancel button
This commit is contained in:
parent
033e97b873
commit
e3309dce0c
2 changed files with 7 additions and 3 deletions
|
@ -28,7 +28,7 @@ export class OsmConnection {
|
|||
oauth_secret: 'wDBRTCem0vxD7txrg1y6p5r8nvmz8tAhET7zDASI',
|
||||
oauth_token: oauth_token.data,
|
||||
singlepage: true,
|
||||
landing: "./index.html",
|
||||
landing: window.location.href,
|
||||
auto: true // show a login form if the user is not authenticated and
|
||||
// you try to do a call
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue