forked from edward/owl-map
Add per user mock upload toggle with warnings
This commit is contained in:
parent
0beeff9acf
commit
66904c061a
3 changed files with 18 additions and 1 deletions
|
|
@ -28,6 +28,7 @@
|
|||
username: {{ username | tojson }},
|
||||
startMode: {{ mode | tojson }},
|
||||
q: {{ q | tojson }},
|
||||
mockUpload: {{ g.user.is_authenticated and g.user.mock_upload | tojson }},
|
||||
};
|
||||
|
||||
const app = createApp(App, props).mount('#app');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue