Checking if email verification is required

This commit is contained in:
okbel
2018-05-02 18:35:15 -03:00
parent b04fc1faf8
commit 3b2deeb007
5 changed files with 160 additions and 71 deletions
@@ -15,6 +15,9 @@ const withData = withFragments({
id
email
}
settings {
requireEmailConfirmation
}
}
`,
});