Implement verify email using server url

- fix confirm password typo
This commit is contained in:
Lakhan Samani
2021-07-21 03:34:03 +05:30
parent ae669eaf86
commit 885aaab6ee
8 changed files with 105 additions and 17 deletions

View File

@@ -47,7 +47,7 @@ input SignUpInput {
lastName: String
email: String!
password: String!
cofirmPassword: String!
confirmPassword: String!
image: String
}