Show username for logged in users
This commit is contained in:
parent
4689323583
commit
6cd2bfa6b0
3 changed files with 53 additions and 14 deletions
|
|
@ -21,6 +21,7 @@
|
|||
startLat: {{ lat }},
|
||||
startLon: {{ lon }},
|
||||
startZoom: {{ zoom }},
|
||||
username: {{ username | tojson }},
|
||||
};
|
||||
|
||||
const app = createApp(App, props).mount('#app');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue