fix: Not setting the auth state in Application
This commit is contained in:
@@ -58,7 +58,7 @@ const initialState: IState = {
|
||||
drawerButton: true,
|
||||
// Is the user authenticated?
|
||||
// TODO: Set this to false
|
||||
authenticated: true,
|
||||
authenticated: false,
|
||||
|
||||
user: {
|
||||
score: 0,
|
||||
|
||||
Reference in New Issue
Block a user