Skip to content

Commit

Permalink
msgraph import to auth.config.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
matt-wigg authored Jan 5, 2025
1 parent 88598ca commit 5160e9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/config/auth.config.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import MicrosoftEntraID from '@auth/core/providers/microsoft-entra-id';
import { getUserDetails } from '@/services/msGraphApi';
import { getUserDetails } from '@/services/msGraph';
import type { NextAuthConfig } from 'next-auth';

export const authConfig = {
Expand Down

0 comments on commit 5160e9a

Please sign in to comment.