Update demo warning message

Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
Thomas Citharel
2019-12-17 09:15:42 +01:00
parent 39d640b65f
commit 4da3fb946b
26 changed files with 1280 additions and 751 deletions

View File

@@ -23,10 +23,6 @@
<span v-if="error === LoginError.USER_DOES_NOT_EXIST">
{{ $t('No user account with this email was found. Maybe you made a typo?') }}
</span>
<!-- Warning that we delete everything every now and then -->
<span v-if="error === LoginError.USER_DOES_NOT_EXIST && config.demoMode">
{{ $t('User accounts and every other data is currently deleted every 48 hours, so you may want to register again.') }}
</span>
</b-message>
<form @submit="loginAction">
<b-field :label="$t('Email')">