mirror of
https://github.com/tale/headplane.git
synced 2026-08-13 15:07:24 +00:00
fix: nice one remix
This commit is contained in:
@@ -19,8 +19,6 @@ export async function loader({ request }: LoaderFunctionArgs) {
|
||||
apiKey: normal === undefined
|
||||
}
|
||||
|
||||
console.log(data)
|
||||
|
||||
if (!data.oidc && !data.apiKey) {
|
||||
throw new Error('No authentication method is enabled')
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user