mirror of
https://github.com/IT4Change/Ocelot-Social.git
synced 2025-12-13 07:45:56 +00:00
fix lint
This commit is contained in:
parent
97dad41b27
commit
dd2efad937
@ -108,7 +108,7 @@ module.exports = {
|
|||||||
allowEmbedIframes: {
|
allowEmbedIframes: {
|
||||||
type: 'boolean',
|
type: 'boolean',
|
||||||
default: false,
|
default: false,
|
||||||
},
|
},
|
||||||
language: {
|
language: {
|
||||||
type: 'string',
|
type: 'string',
|
||||||
allow: [null],
|
allow: [null],
|
||||||
|
|||||||
@ -158,7 +158,15 @@ export default {
|
|||||||
try {
|
try {
|
||||||
await this.$apollo.mutate({
|
await this.$apollo.mutate({
|
||||||
mutation: SignupVerificationMutation,
|
mutation: SignupVerificationMutation,
|
||||||
variables: { name, password, about, email, nonce, termsAndConditionsAgreedVersion, language },
|
variables: {
|
||||||
|
name,
|
||||||
|
password,
|
||||||
|
about,
|
||||||
|
email,
|
||||||
|
nonce,
|
||||||
|
termsAndConditionsAgreedVersion,
|
||||||
|
language,
|
||||||
|
},
|
||||||
})
|
})
|
||||||
this.response = 'success'
|
this.response = 'success'
|
||||||
setTimeout(() => {
|
setTimeout(() => {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user