Skip to content

Commit

Permalink
log to test release alpha
Browse files Browse the repository at this point in the history
  • Loading branch information
yuvalotem1 committed Nov 21, 2023
1 parent 1be9a2f commit d7cf3ae
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/react/src/FronteggProvider.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ export const Connector: FC<ConnectorProps> = ({ history, appName, isExternalHist

export const FronteggProvider: FC<FronteggProviderProps> = (props) => {
const history = useHistory();
console.log('this is the latest version of FronteggProvider alpha');

if (props.history || history) {
return (
Expand Down

0 comments on commit d7cf3ae

Please sign in to comment.