forked from MapComplete/MapComplete
Merge branch 'feature/schools'
This commit is contained in:
commit
dd483fc42b
30 changed files with 1551 additions and 135 deletions
|
@ -143,6 +143,10 @@ export class OsmConnection {
|
|||
console.log("Logged out")
|
||||
this.loadingStatus.setData("not-attempted")
|
||||
}
|
||||
|
||||
public Backend(): string {
|
||||
return this._oauth_config.url;
|
||||
}
|
||||
|
||||
public AttemptLogin() {
|
||||
this.loadingStatus.setData("loading")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue