Login token is retrieved but not stored.
This commit is contained in:
@@ -29,7 +29,10 @@ const client = new ApolloClient({
|
||||
|
||||
client.writeData({
|
||||
data: {
|
||||
currentUser: null
|
||||
currentSelectedNavItem: null,
|
||||
currentUser: null,
|
||||
authState: null,
|
||||
gqlToken: null
|
||||
}
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user