2begyb's picture
Upload folder using huggingface_hub
1a15115 verified
export { COOKIE_NAME, ONE_YEAR_MS } from "@shared/const";
// Generate login URL at runtime so redirect URI reflects the current origin.
export const getLoginUrl = () => {
return "/";
};