Remove unused field

This commit is contained in:
Chi Vinh Le
2018-05-04 19:32:29 +02:00
parent 05ec8eaee2
commit d41984f171
@@ -14,7 +14,6 @@ const withData = withFragments({
root: gql`
fragment TalkPluginLocalAuth_ChangePassword_root on RootQuery {
me {
id
email
}
}