diff options
| author | Shpuld Shpludson <shp@cock.li> | 2020-01-14 13:45:00 +0000 |
|---|---|---|
| committer | Shpuld Shpludson <shp@cock.li> | 2020-01-14 13:45:00 +0000 |
| commit | dac263e2242a5fbfaf677c0cbe1204278f5ce985 (patch) | |
| tree | bbaab78908dd331640c372e1fad7cfb6e5c5e734 /src/components/registration/registration.js | |
| parent | ac90d4c5329c513d73871b3a2476761672453775 (diff) | |
| parent | 662afe973a72efc17e61fd4c071ed985bfe4bf6b (diff) | |
Merge branch 'fix/registration-backend-interactor-fix' into 'develop'
Fix #750 , fix error messages and captcha resetting
Closes #750
See merge request pleroma/pleroma-fe!1042
Diffstat (limited to 'src/components/registration/registration.js')
| -rw-r--r-- | src/components/registration/registration.js | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/components/registration/registration.js b/src/components/registration/registration.js index 57f3caf0..ace8cc7c 100644 --- a/src/components/registration/registration.js +++ b/src/components/registration/registration.js @@ -63,7 +63,8 @@ const registration = { await this.signUp(this.user) this.$router.push({ name: 'friends' }) } catch (error) { - console.warn('Registration failed: ' + error) + console.warn('Registration failed: ', error) + this.setCaptcha() } } }, |
