fix: prevent cookie manager from racing env init
this fixes a bug where using LOAD_ENV_FILE did not work with COOKIE_SECRET
This commit is contained in:
parent
a4bb3cce5f
commit
7217659720
15 changed files with 97 additions and 46 deletions
|
|
@ -16,7 +16,7 @@ import {
|
|||
} from 'oauth4webapi';
|
||||
|
||||
import { post } from '~/utils/headscale';
|
||||
import { commitSession, getSession } from '~/utils/sessions';
|
||||
import { commitSession, getSession } from '~/utils/sessions.server';
|
||||
import log from '~/utils/log';
|
||||
|
||||
import type { HeadplaneContext } from './config/headplane';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue