File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/shared/containers/tc-communities Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -105,7 +105,7 @@ class Loader extends React.Component {
105105 // All other get the not authorized page
106106
107107 console . log ( 'Rendering Access Denied - Not Authenticated for !visitorGroups' ) ;
108- console . loglog ( visitorGroups , meta , communityId , member ) ;
108+ console . log ( visitorGroups , meta , communityId , member ) ;
109109
110110 return (
111111 < AccessDenied
@@ -131,7 +131,7 @@ class Loader extends React.Component {
131131 }
132132
133133 console . log ( 'Rendering Access Denied - Not Authenticated' ) ;
134- console . loglog ( visitorGroups , meta , communityId , member ) ;
134+ console . log ( visitorGroups , meta , communityId , member ) ;
135135
136136 /* Visitor is not authorized to access this community. */
137137 return (
You can’t perform that action at this time.
0 commit comments