Fix login

This commit is contained in:
Chocobozzz
2018-12-28 16:17:34 +01:00
parent d8dde92c86
commit 03535246a4
2 changed files with 14 additions and 18 deletions

View File

@@ -6,10 +6,6 @@ mutation Login($email: String!, $password: String!) {
token,
user {
id,
},
actor {
avatarUrl,
preferredUsername,
}
},
}