parse request ip in exchange session

This commit is contained in:
miloschwartz
2025-12-22 15:48:24 -05:00
parent c362bc673c
commit 1905936950
3 changed files with 21 additions and 4 deletions

View File

@@ -87,8 +87,6 @@ export default async function OrgAuthPage(props: {
redirect(env.app.dashboardUrl);
}
console.log(user, forceLogin);
if (user && !forceLogin) {
let redirectToken: string | undefined;
try {