trying dev api url except actually with api in it
This commit is contained in:
parent
4320c3e6d4
commit
c2bfdd99aa
3 changed files with 3 additions and 1 deletions
|
|
@ -37,6 +37,7 @@ export default function HTTPProvider(props: Props) {
|
|||
|
||||
useEffect(() => {
|
||||
if (isAuthenticated) getAccessTokenSilently().then(t => {
|
||||
console.log(t)
|
||||
setToken(t)
|
||||
}).finally(() => {
|
||||
setGotToken(true)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue