-안면인증 권한 제한 주석

This commit is contained in:
HyeonJongKim
2025-11-03 10:33:32 +09:00
parent e8286206bb
commit 840ee8f17e

View File

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