aboutsummaryrefslogtreecommitdiff
path: root/src/components/registration/registration.js
diff options
context:
space:
mode:
authorMaksim Pechnikov <parallel588@gmail.com>2020-01-14 22:08:24 +0300
committerMaksim Pechnikov <parallel588@gmail.com>2020-01-14 22:08:24 +0300
commitf892b26d73ea54c4557d8b6829dba850f00986c6 (patch)
treeeb7233b9d6dcef55ec79fd80c19cb9443f109499 /src/components/registration/registration.js
parent40c4a49223daaa95ee6e1597e84ced9bd5401865 (diff)
parent7397636914a9d3e7fd30373034c25175273ab808 (diff)
Merge branch 'develop' of git.pleroma.social:pleroma/pleroma-fe into develop
Diffstat (limited to 'src/components/registration/registration.js')
-rw-r--r--src/components/registration/registration.js3
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()
}
}
},