diff --git a/frontend/src/views/Pages/Register.vue b/frontend/src/views/Pages/Register.vue index 7d35798ca..f8e7eefd0 100755 --- a/frontend/src/views/Pages/Register.vue +++ b/frontend/src/views/Pages/Register.vue @@ -188,9 +188,8 @@ export default { passwordRepeat: '', }, agree: false, - }, - this.selected = null, - + } + this.selected = null this.$nextTick(() => { this.$refs.observer.reset() })