fix: Not setting the auth state in Application

This commit is contained in:
Alexander Polynomdivision
2018-09-20 20:26:40 +02:00
parent ba1521fbd8
commit f26ce20e13
4 changed files with 16 additions and 6 deletions

View File

@@ -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,