trying dev api url except actually with api in it

This commit is contained in:
Carter 2024-10-24 14:44:01 -06:00
parent 4320c3e6d4
commit c2bfdd99aa
3 changed files with 3 additions and 1 deletions

View file

@ -37,6 +37,7 @@ export default function HTTPProvider(props: Props) {
useEffect(() => {
if (isAuthenticated) getAccessTokenSilently().then(t => {
console.log(t)
setToken(t)
}).finally(() => {
setGotToken(true)