feat: user profile customization: username, password, and avatar (#315)

This commit is contained in:
Copilot
2025-10-26 19:06:25 +09:00
committed by GitHub
parent 6495a90317
commit 7922996845
26 changed files with 1142 additions and 79 deletions

View File

@@ -28,6 +28,7 @@ function removeTokenFromLocalStorage() {
const defaultContext = {
token: {
access_token: '',
expires_at: 0,
user: null,
},
isSignedIn: () => false,