forked from andyburke/autonomous.contact
spelling grammar
This commit is contained in:
parent
a2e035830c
commit
7a04d1f7af
7 changed files with 197 additions and 27 deletions
|
|
@ -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?
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue