Skip to content

Commit

Permalink
refactor(imports): ♻️ Added explicit h3 import
Browse files Browse the repository at this point in the history
  • Loading branch information
itpropro committed Dec 27, 2023
1 parent 6442960 commit 0779de0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/runtime/server/lib/oidc.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import { H3Error, useSession } from 'h3'
import { eventHandler, createError, getQuery, sendRedirect } from 'h3'
import { H3Error, useSession, getRequestHeader, eventHandler, createError, getQuery, sendRedirect } from 'h3'
import { withQuery, parseURL, normalizeURL } from 'ufo'
import { ofetch } from 'ofetch'
import { useRuntimeConfig } from '#imports'
Expand Down

0 comments on commit 0779de0

Please sign in to comment.