Login token is retrieved but not stored.

This commit is contained in:
Patrick Fic
2019-12-05 19:32:51 -08:00
parent 19e76d0fe5
commit d2f684f4ed
5 changed files with 130 additions and 83 deletions

View File

@@ -29,7 +29,10 @@ const client = new ApolloClient({
client.writeData({
data: {
currentUser: null
currentSelectedNavItem: null,
currentUser: null,
authState: null,
gqlToken: null
}
});