feat(FE) : json role

This commit is contained in:
Yusron alamsyah
2026-02-18 08:21:58 +07:00
parent 6c6b842d3b
commit 466dc076c3
29 changed files with 1539 additions and 172 deletions

No files matched your search

+1
View File
@@ -40,6 +40,7 @@ export interface SessionResponse {
success?: boolean // Add success indicator
user: User | null
accessToken?: string
idToken?: string // ID token for API authentication
refreshToken?: string // Often useful to track
expiresAt?: number
error?: string // For error cases