feat(app): add password auth for settings
This commit is contained in:
parent
c4932c659a
commit
fdfe8d1f41
7 changed files with 152 additions and 41 deletions
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
import DeleteChat from '@/components/DeleteChat';
|
||||
import { formatTimeDifference } from '@/lib/utils';
|
||||
import { BookOpenText, ClockIcon, Delete, ScanEye } from 'lucide-react';
|
||||
import { BookOpenText, ClockIcon } from 'lucide-react';
|
||||
import Link from 'next/link';
|
||||
import { useEffect, useState } from 'react';
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue