[management] fix lastLogin on dashboard (#3725)

This commit is contained in:
Pascal Fischer
2025-04-23 15:54:49 +02:00
committed by GitHub
parent 197761ba4d
commit 986eb8c1e0
3 changed files with 25 additions and 6 deletions

View File

@@ -62,6 +62,7 @@ func NewAPIHandler(
authManager,
accountManager.GetAccountIDFromUserAuth,
accountManager.SyncUserJWTGroups,
accountManager.GetUserFromUserAuth,
)
corsMiddleware := cors.AllowAll()