mirror of
https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
synced 2025-11-23 17:26:47 +08:00
path changes
This commit is contained in:
@@ -5,7 +5,7 @@ import {
|
|||||||
} from "next-auth";
|
} from "next-auth";
|
||||||
import AzureADProvider from "next-auth/providers/azure-ad";
|
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`
|
* Module augmentation for `next-auth` types. Allows us to add custom properties to the `session`
|
||||||
|
|||||||
Reference in New Issue
Block a user