From 76046cb24352ff34e1e8c756efab125a67b38996 Mon Sep 17 00:00:00 2001 From: DirkSchlossmacher <62424946+DirkSchlossmacher@users.noreply.github.com> Date: Mon, 13 Nov 2023 13:02:34 +0100 Subject: [PATCH] path changes --- app/auth.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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`