jbilcke-hf HF staff commited on
Commit
1a028c6
β€’
1 Parent(s): e72595d

change redirect url

Browse files
Files changed (1) hide show
  1. src/lib/useOAuth.ts +1 -1
src/lib/useOAuth.ts CHANGED
@@ -27,7 +27,7 @@ export function useOAuth({
27
  const [oauthResult, setOAuthResult] = usePersistedOAuth()
28
 
29
  const clientId = useOAuthClientId()
30
- const redirectUrl = "http://localhost:3000"
31
  const scopes = "openid profile inference-api"
32
 
33
  const isOAuthEnabled = useOAuthEnabled()
 
27
  const [oauthResult, setOAuthResult] = usePersistedOAuth()
28
 
29
  const clientId = useOAuthClientId()
30
+ const redirectUrl = "https://huggingface.co/spaces/jbilcke-hf/ai-comic-factory"
31
  const scopes = "openid profile inference-api"
32
 
33
  const isOAuthEnabled = useOAuthEnabled()