Add per user mock upload toggle with warnings

This commit is contained in:
Edward Betts 2021-07-16 11:14:05 +02:00
parent 0beeff9acf
commit 66904c061a
3 changed files with 18 additions and 1 deletions

View file

@ -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');