Skip to content

Commit

Permalink
[PLA-1727] fix login query (#98)
Browse files Browse the repository at this point in the history
  • Loading branch information
zlayine authored Apr 17, 2024
1 parent 3aaeed1 commit 92e4068
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/js/graphql/query/auth/Login.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
export default `query Login($email: String!, $password: String!, $recaptcha: String!) {
Login(email: $email, password: $password, recaptchaResponse: $recaptcha) {
Login(email: $email, password: $password, recaptchaResponse: $recaptcha)
}`;

0 comments on commit 92e4068

Please sign in to comment.