fix: suppress hydration warnings in JiraLogs, MarkdownEditor, and NotesList components
This commit is contained in:
@@ -3,6 +3,7 @@ import CredentialsProvider from 'next-auth/providers/credentials';
|
||||
import { usersService } from '@/services/users';
|
||||
|
||||
export const authOptions: NextAuthOptions = {
|
||||
secret: process.env.NEXTAUTH_SECRET,
|
||||
providers: [
|
||||
CredentialsProvider({
|
||||
name: 'credentials',
|
||||
|
||||
Reference in New Issue
Block a user