forked from MapComplete/MapComplete
Android: get login working
This commit is contained in:
parent
00c233a2eb
commit
88c76498b6
16 changed files with 199 additions and 171 deletions
|
@ -1,6 +1,5 @@
|
|||
import SvelteUIElement from "./UI/Base/SvelteUIElement"
|
||||
import Test from "./UI/Test.svelte"
|
||||
import { OsmConnection } from "./Logic/Osm/OsmConnection"
|
||||
|
||||
new Test({
|
||||
target: document.getElementById("maindiv"),
|
||||
})
|
||||
new OsmConnection().interact("user/details.json").then(r => console.log(">>>", r))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue