feat: Implement the /user/me endpoint
This commit is contained in:
@@ -68,7 +68,6 @@ const initialState: IState = {
|
||||
didLogin: false,
|
||||
|
||||
// Is the user authenticated?
|
||||
// TODO: Set this to false
|
||||
authenticated: false,
|
||||
|
||||
user: {
|
||||
|
||||
Reference in New Issue
Block a user