Merge branch 'feature/schools'

This commit is contained in:
Pieter Vander Vennet 2022-06-22 15:27:25 +02:00
commit dd483fc42b
30 changed files with 1551 additions and 135 deletions

View file

@ -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")