Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
File size: 186 Bytes
0ed5b20 |
1 2 3 4 5 6 |
"use client"
export function useOAuthEnabled(): boolean {
const isOAuthEnabled = `${process.env.NEXT_PUBLIC_ENABLE_HUGGING_FACE_OAUTH || "false"}` === "true"
return isOAuthEnabled
} |