mirror of
https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
synced 2025-10-09 03:26:38 +08:00
path changes
This commit is contained in:
parent
1ad18ca1c8
commit
76046cb243
@ -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`
|
||||
|
Loading…
Reference in New Issue
Block a user