This commit is contained in:
Ilango 2025-06-16 17:36:58 +05:30
parent d1f71ce433
commit 2f87f649cd
1 changed files with 0 additions and 2 deletions

View File

@ -80,8 +80,6 @@ export const RequireAuth = ({ permission, display, children }) => {
} }
} }
console.log(organization)
// Step 1: Authentication Check // Step 1: Authentication Check
// Redirect to login if user is not authenticated // Redirect to login if user is not authenticated
if (!currentUser) { if (!currentUser) {