reset form after successful pw change

This commit is contained in:
Ulf Gebhardt 2019-05-07 20:34:25 +02:00
parent 0f2c0f7efe
commit f6b25fd8f2
No known key found for this signature in database
GPG Key ID: 44C888923CC8E7F3

View File

@ -105,6 +105,11 @@ export default {
this.$toast.success(
this.$t('settings.security.change-password.success')
)
this.formData = {
oldPassword: '',
newPassword: '',
confirmPassword: ''
}
} catch (err) {
this.$toast.error(err.message)
} finally {