minor
This commit is contained in:
@@ -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()
|
||||||
|
|||||||
Reference in New Issue
Block a user