File size: 189 Bytes
4c41b3d
 
 
 
1a15115
4c41b3d
1
2
3
4
5
6
7
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 "/";
};