diff --git a/app/auth.ts b/app/auth.ts index 2f7151725..2b75d0358 100644 --- a/app/auth.ts +++ b/app/auth.ts @@ -5,7 +5,7 @@ import { } from "next-auth"; import AzureADProvider from "next-auth/providers/azure-ad"; -import { incrementSignInCount, incrementSessionRefreshCount } from '../utils/cloud/redisRestClient'; +import { incrementSignInCount, incrementSessionRefreshCount } from './utils/cloud/redisRestClient'; /** * Module augmentation for `next-auth` types. Allows us to add custom properties to the `session`