2begyb's picture
Upload folder using huggingface_hub
1a15115 verified
Raw
History Blame Contribute Delete
189 Bytes
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 "/";
};