Update Registration.js

change language to locale
This commit is contained in:
Alexander Friedland 2019-10-18 11:49:14 +02:00 committed by GitHub
parent cca1e2c04a
commit 18fe54e095
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,7 +7,7 @@ export const SignupVerificationMutation = gql`
$password: String!
$about: String
$termsAndConditionsAgreedVersion: String!
$language: String
$locale: String
) {
SignupVerification(
nonce: $nonce
@ -16,7 +16,7 @@ export const SignupVerificationMutation = gql`
password: $password
about: $about
termsAndConditionsAgreedVersion: $termsAndConditionsAgreedVersion
language: $language
language: $locale
) {
id
name