Skip to content

Commit

Permalink
Add missing import for NotFoundError (#719)
Browse files Browse the repository at this point in the history
  • Loading branch information
junlarsen authored Nov 10, 2023
1 parent af0c2e2 commit 4c67ac6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/auth/src/auth-options.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { type ServiceLayer } from "@dotkomonline/core"
import { type ServiceLayer, NotFoundError } from "@dotkomonline/core"
import { type DefaultSession, type DefaultUser, type User, type NextAuthOptions } from "next-auth"
import CognitoProvider from "next-auth/providers/cognito"

Expand Down

1 comment on commit 4c67ac6

@vercel
Copy link

@vercel vercel bot commented on 4c67ac6 Nov 10, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

rif – ./apps/rif

dev.interesse.online.ntnu.no
rif-git-main-dotkom.vercel.app
rif-dotkom.vercel.app
rif-two.vercel.app

Please sign in to comment.