diff options
| author | joonhoekim <26rote@gmail.com> | 2025-12-02 09:53:55 +0900 |
|---|---|---|
| committer | joonhoekim <26rote@gmail.com> | 2025-12-02 09:53:55 +0900 |
| commit | a29cdcb808f8928dd16092b3314c593555be97c0 (patch) | |
| tree | 6558641e4e27cb6a3358ab5018caeb96ae0b0b2e /components | |
| parent | d80064602de0239ba968fffff30ba8baa93b13b0 (diff) | |
| parent | 0964c60a86b2ca6ad24567567dc8a893944b33c2 (diff) | |
Merge branch '코드정리-체크포인트' into dujinkim
Diffstat (limited to 'components')
| -rw-r--r-- | components/common/permission-checker.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/common/permission-checker.tsx b/components/common/permission-checker.tsx index 209e0022..51d924be 100644 --- a/components/common/permission-checker.tsx +++ b/components/common/permission-checker.tsx @@ -27,7 +27,7 @@ export function PermissionChecker({ authorized, message }: PermissionCheckerProp // Optional: Show success toast only if explicitly needed, // but usually we don't show toast for success to avoid noise. // Uncomment for debugging: - toast.success("Authorized", { description: "Access granted.", duration: 1000 }); + toast.success("Authorized", { description: "Access granted.", duration: 5000 }); } }, [authorized, message, pathname]); |
