Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Commit
β’
1a028c6
1
Parent(s):
e72595d
change redirect url
Browse files- 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 = "
|
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()
|