fix: invalid import

pull/2792/head
Jakob Ankarhem 3 years ago
parent 1db3644f88
commit 3dfc67a32b
No known key found for this signature in database
GPG Key ID: 149CBB661002B3BE

@ -1,6 +1,6 @@
import { Request } from 'express';
import { getSettings } from '@server/lib/settings';
import type { Request } from 'express';
import * as yup from 'yup';
import { getSettings } from '../lib/settings';
export function getOIDCRedirectUrl(req: Request, state: string) {
const settings = getSettings();

Loading…
Cancel
Save