Skip to content
This repository has been archived by the owner on Dec 12, 2023. It is now read-only.

Commit

Permalink
Change import path for useRuntimeConfig
Browse files Browse the repository at this point in the history
Now using the same as the index file
  • Loading branch information
Voltra committed Nov 14, 2022
1 parent 927dc94 commit 77b4a5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/runtime/server/middleware/session/ipPinning.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import * as argon2 from 'argon2'
import { H3Event } from 'h3'
import { useRuntimeConfig } from '#app'
import { Session } from '../../../../types'
import { IpMissingFromSession, IpMismatch } from './exceptions'
import { useRuntimeConfig } from '#imports'

const argon2Options = {
// cryptographically-secure salt is generated automatically
Expand Down

0 comments on commit 77b4a5a

Please sign in to comment.