make cookies work with multi-domain

This commit is contained in:
miloschwartz
2025-02-23 23:03:40 -05:00
parent c877bb1187
commit ff37e07ce6
4 changed files with 24 additions and 10 deletions

View File

@@ -263,7 +263,8 @@ export default function ResourceAuthPortal(props: ResourceAuthPortalProps) {
}
if (isAllowed) {
window.location.href = props.redirect;
// window.location.href = props.redirect;
router.refresh();
}
}