Refactor admin dashboard and standardize UI shells
TaxBaik CI/CD / build-and-deploy (push) Successful in 2m46s

This commit is contained in:
2026-07-07 23:16:31 +09:00
parent fc655e20c1
commit 08347a4e20
35 changed files with 625 additions and 230 deletions
+2 -1
View File
@@ -173,7 +173,8 @@ public class AuthService
{
new Claim(ClaimTypes.NameIdentifier, user.Id.ToString()),
new Claim(ClaimTypes.Name, user.Username),
new Claim("username", user.Username)
new Claim("username", user.Username),
new Claim(ClaimTypes.Role, "Admin")
};
var accessToken = new JwtSecurityToken(