mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
fix misspelling
This commit is contained in:
parent
1be5dd50b6
commit
95a667046b
@ -44,7 +44,7 @@ export const updateUserInfos = gql`
|
||||
}
|
||||
`
|
||||
|
||||
export const resgisterUser = gql`
|
||||
export const registerUser = gql`
|
||||
mutation(
|
||||
$firstName: String!
|
||||
$lastName: String!
|
||||
|
||||
@ -141,7 +141,7 @@
|
||||
import InputEmail from '../../components/Inputs/InputEmail.vue'
|
||||
import InputPasswordConfirmation from '../../components/Inputs/InputPasswordConfirmation.vue'
|
||||
import LanguageSwitchSelect from '../../components/LanguageSwitchSelect.vue'
|
||||
import { resgisterUser } from '../../graphql/mutations'
|
||||
import { registerUser } from '../../graphql/mutations'
|
||||
|
||||
export default {
|
||||
components: { InputPasswordConfirmation, InputEmail, LanguageSwitchSelect },
|
||||
@ -191,7 +191,7 @@ export default {
|
||||
async onSubmit() {
|
||||
this.$apollo
|
||||
.mutate({
|
||||
mutation: resgisterUser,
|
||||
mutation: registerUser,
|
||||
variables: {
|
||||
email: this.form.email,
|
||||
firstName: this.form.firstname,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user