mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-18 08:12:15 +00:00
remote upload demo functionality
This commit is contained in:
@@ -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'),
|
||||
|
||||
Reference in New Issue
Block a user