remote upload demo functionality

This commit is contained in:
Čarodej
2022-04-25 12:18:02 +02:00
parent 01735b4e1f
commit 48492f87be
8 changed files with 12 additions and 12 deletions

View File

@@ -81,7 +81,7 @@ export default {
.split(/\r?\n/)
// If demo, return success message
if (this.$store.getters.config.isDemo) {
if (this.$store.getters.config.isDemo && this.$store.getters.user.data.attributes.email === 'ho**@hi5ve.digital') {
events.$emit('toaster', {
type: 'success',
message: i18n.t('remote_download_finished'),