Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
noam-honig committed May 2, 2024
1 parent 70586d5 commit 9eb3a63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/tutorials/sveltekit/auth.md
Expand Up @@ -94,7 +94,7 @@ You can use an [online UUID generator](https://www.uuidgenerator.net/) to genera
import type { Handle } from '@sveltejs/kit'
import { sequence } from '@sveltejs/kit/hooks'
import { SvelteKitAuth } from '@auth/sveltekit'
import Credentials from '@auth/core/providers/credentials'
import Credentials from '@auth/sveltekit/providers/credentials'
import { _api } from './routes/api/[...remult]/+server'
import type { UserInfo } from 'remult'

Expand Down

0 comments on commit 9eb3a63

Please sign in to comment.