mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2025-12-13 07:46:06 +00:00
locale
change language to locale
This commit is contained in:
parent
18fe54e095
commit
bfb3923023
@ -156,7 +156,7 @@ export default {
|
|||||||
const { name, password, about } = this.formData
|
const { name, password, about } = this.formData
|
||||||
const { email, nonce } = this
|
const { email, nonce } = this
|
||||||
const termsAndConditionsAgreedVersion = VERSION
|
const termsAndConditionsAgreedVersion = VERSION
|
||||||
const language = this.$i18n.locale()
|
const locale = this.$i18n.locale()
|
||||||
try {
|
try {
|
||||||
await this.$apollo.mutate({
|
await this.$apollo.mutate({
|
||||||
mutation: SignupVerificationMutation,
|
mutation: SignupVerificationMutation,
|
||||||
@ -167,7 +167,7 @@ export default {
|
|||||||
email,
|
email,
|
||||||
nonce,
|
nonce,
|
||||||
termsAndConditionsAgreedVersion,
|
termsAndConditionsAgreedVersion,
|
||||||
language,
|
locale,
|
||||||
},
|
},
|
||||||
})
|
})
|
||||||
this.response = 'success'
|
this.response = 'success'
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user