@applica-software-guru/react-admin 1.4.0-beta.4 → 1.4.0-beta.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@applica-software-guru/react-admin",
3
- "version": "1.4.0-beta.4",
3
+ "version": "1.4.0-beta.5",
4
4
  "private": false,
5
5
  "repository": {
6
6
  "type": "git",
@@ -132,6 +132,8 @@ const DefaultState: ILayoutState = {
132
132
 
133
133
  function LayoutProvider(props: ILayoutProviderProps) {
134
134
  const authProvider = useAuthProvider<IApplicaAuthProvider>();
135
+ // eslint-disable-next-line no-console
136
+ console.log('authProvider: ', authProvider);
135
137
  const identity = useGetIdentity() as UseGetIdentityResult,
136
138
  theme = useTheme(),
137
139
  downMd = useMediaQuery(theme.breakpoints.down('md')),