Show username for logged in users

This commit is contained in:
Edward Betts 2021-06-17 19:12:07 +02:00
parent 4689323583
commit 6cd2bfa6b0
3 changed files with 53 additions and 14 deletions

View file

@ -21,6 +21,7 @@
startLat: {{ lat }},
startLon: {{ lon }},
startZoom: {{ zoom }},
username: {{ username | tojson }},
};
const app = createApp(App, props).mount('#app');