Skip to content

Commit 2467f14

Browse files
committed
feat: auth init
1 parent eb28c6a commit 2467f14

File tree

22 files changed

+349
-16
lines changed

22 files changed

+349
-16
lines changed

web/app/account/account-page/AvatarWithEdit.tsx renamed to web/app/account/(commonLayout)/account-page/AvatarWithEdit.tsx

File renamed without changes.

web/app/account/account-page/email-change-modal.tsx renamed to web/app/account/(commonLayout)/account-page/email-change-modal.tsx

File renamed without changes.
File renamed without changes.

web/app/account/delete-account/components/check-email.tsx renamed to web/app/account/(commonLayout)/delete-account/components/check-email.tsx

File renamed without changes.

web/app/account/delete-account/components/feed-back.tsx renamed to web/app/account/(commonLayout)/delete-account/components/feed-back.tsx

File renamed without changes.

web/app/account/delete-account/components/verify-email.tsx renamed to web/app/account/(commonLayout)/delete-account/components/verify-email.tsx

File renamed without changes.
File renamed without changes.
File renamed without changes.
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
import { useTranslation } from 'react-i18next'
33
import { RiArrowRightUpLine, RiRobot2Line } from '@remixicon/react'
44
import { useRouter } from 'next/navigation'
5-
import Button from '../components/base/button'
6-
import Avatar from './avatar'
5+
import Button from '@/app/components/base/button'
76
import DifyLogo from '@/app/components/base/logo/dify-logo'
87
import { useCallback } from 'react'
98
import { useGlobalPublicStore } from '@/context/global-public-context'
9+
import Avatar from './avatar'
1010

1111
const Header = () => {
1212
const { t } = useTranslation()

0 commit comments

Comments
 (0)