- 테스트용 > 접근제한 임시 해제

This commit is contained in:
HyeonJongKim
2025-11-14 18:54:37 +09:00
parent 72425eed37
commit 62ce138a5a
5 changed files with 14 additions and 14 deletions

View File

@@ -213,9 +213,9 @@ export const AccountHolderSearchPage = () => {
sortType
]);
if (!hasAccess) {
return <AccessDeniedDialog />;
}
// if (!hasAccess) {
// return <AccessDeniedDialog />;
// }
return (
<>

View File

@@ -277,9 +277,9 @@ export const AlimtalkListPage = () => {
sendCl
]);
if (!hasAccess) {
return <AccessDeniedDialog />;
}
// if (!hasAccess) {
// return <AccessDeniedDialog />;
// }
return (
<>

View File

@@ -233,9 +233,9 @@ export const FaceAuthPage = () => {
sortType
]);
if (!hasAccess) {
return <AccessDeniedDialog />;
}
// if (!hasAccess) {
// return <AccessDeniedDialog />;
// }
return (
<>

View File

@@ -196,9 +196,9 @@ export const KeyInPaymentPage = () => {
sortType
]);
if (!hasAccess) {
return <AccessDeniedDialog />;
}
// if (!hasAccess) {
// return <AccessDeniedDialog />;
// }
return (