This commit is contained in:
lesion
2019-03-20 15:11:30 +01:00
parent 07243e09a2
commit 03797aa276
2 changed files with 2 additions and 1 deletions

View File

@@ -40,6 +40,7 @@ export default {
Message({ message: this.$t('Logged'), type: 'success' }) Message({ message: this.$t('Logged'), type: 'success' })
} catch (e) { } catch (e) {
Message({ message: this.$t('login error'), type: 'error' }) Message({ message: this.$t('login error'), type: 'error' })
return
} }
this.email = this.password = '' this.email = this.password = ''
this.$refs.modal.hide() this.$refs.modal.hide()