feat: user profile customization: username, password, and avatar (#315)
This commit is contained in:
@@ -28,6 +28,7 @@ function removeTokenFromLocalStorage() {
|
||||
const defaultContext = {
|
||||
token: {
|
||||
access_token: '',
|
||||
expires_at: 0,
|
||||
user: null,
|
||||
},
|
||||
isSignedIn: () => false,
|
||||
|
||||
Reference in New Issue
Block a user