spelling grammar

This commit is contained in:
Tim Ristau 2026-03-09 14:36:05 -04:00
parent a2e035830c
commit 7a04d1f7af
7 changed files with 197 additions and 27 deletions

View file

@ -245,7 +245,8 @@ export async function POST(req: Request, meta: Record<string, any>): Promise<Res
const session_result: SESSION_RESULT = await create_new_session({
user,
expires: undefined
expires: undefined,
request_url: req.url
});
// TODO: verify this redirect is ok?