Lint fix
This commit is contained in:
parent
d1f71ce433
commit
2f87f649cd
|
|
@ -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) {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue