Skip to content

Commit

Permalink
Merge pull request #109 from osstotalsoft/fixOidcImport
Browse files Browse the repository at this point in the history
fix import oidc token
  • Loading branch information
DCosti committed Jul 10, 2023
2 parents b7288cc + fe9d06b commit 718fae2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import PropTypes from 'prop-types'
import { ApolloProvider } from '@apollo/client'
import { useOidcUser, OidcUserStatus, useOidcAccessToken } from '@axa-fr/react-oidc'

import { getApolloClient, getAccessToken } from './client'
import { getApolloClient, setAccessToken } from './client'
import { getOidcConfigName } from "utils/functions"

export function AuthApolloProvider({ children }) {
Expand Down

0 comments on commit 718fae2

Please sign in to comment.