This commit is contained in:
ogerly 2019-10-16 15:02:17 +02:00
parent 97dad41b27
commit dd2efad937
2 changed files with 10 additions and 2 deletions

View File

@ -108,7 +108,7 @@ module.exports = {
allowEmbedIframes: {
type: 'boolean',
default: false,
},
},
language: {
type: 'string',
allow: [null],

View File

@ -158,7 +158,15 @@ export default {
try {
await this.$apollo.mutate({
mutation: SignupVerificationMutation,
variables: { name, password, about, email, nonce, termsAndConditionsAgreedVersion, language },
variables: {
name,
password,
about,
email,
nonce,
termsAndConditionsAgreedVersion,
language,
},
})
this.response = 'success'
setTimeout(() => {