feat(ui): 모든 중요 페이지에 [Authorize] 인가 가드 적용하여 보안 강화

This commit is contained in:
2026-07-01 11:27:50 +09:00
parent 4de9339163
commit e4290ef3c6
4 changed files with 4 additions and 0 deletions
@@ -1,4 +1,5 @@
@page "/collection"
@attribute [Authorize]
@using QuantEngine.Web.Client.Services
@inject ApiClient ApiClient
@inject ILogger<Collection> Logger