diff --git a/frontend/src/features/admin/index.ts b/frontend/src/features/admin/index.ts index e1e6546..e91a82e 100644 --- a/frontend/src/features/admin/index.ts +++ b/frontend/src/features/admin/index.ts @@ -13,8 +13,8 @@ export { fetchAdminCaptcha, loginAdmin, logoutAdmin, - refreshAdminAccessToken, - getAdminInfo, + refreshAdminSession, + fetchAdminMe, type AdminUser, type AdminTokenPair, type AdminLoginData,