Fix callback url

This commit is contained in:
Jared Palmer 2023-06-16 16:53:34 -04:00
parent 972bfa64ec
commit 2c6777e82d
2 changed files with 1 additions and 5 deletions

View file

@ -1,5 +1 @@
export { auth as middleware } from './auth'
export const config = {
matcher: ['/']
}