From 44a9b01a5e7b319dcbea9513e69eaf6491dac773 Mon Sep 17 00:00:00 2001 From: DirkSchlossmacher <62424946+DirkSchlossmacher@users.noreply.github.com> Date: Mon, 13 Nov 2023 13:08:54 +0100 Subject: [PATCH] auth path --- app/auth.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/app/auth.ts b/app/auth.ts index 2b75d0358..4e6b6dc8b 100644 --- a/app/auth.ts +++ b/app/auth.ts @@ -7,6 +7,7 @@ import AzureADProvider from "next-auth/providers/azure-ad"; import { incrementSignInCount, incrementSessionRefreshCount } from './utils/cloud/redisRestClient'; + /** * Module augmentation for `next-auth` types. Allows us to add custom properties to the `session` * object and keep type safety.