Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
File size: 171 Bytes
0ed5b20 |
1 2 3 4 5 6 |
"use client"
export function useOAuthClientId(): string {
const oauthClientId = `${process.env.NEXT_PUBLIC_HUGGING_FACE_OAUTH_CLIENT_ID || ""}`
return oauthClientId
} |