|
@@ -28,7 +28,7 @@ const ForgotPassword = () => {
|
|
|
<Header />
|
|
|
{token ? <ChangePasswordForm /> : <ForgotPasswordForm />}
|
|
|
<div className='px-8 py-6 text-sm font-normal text-gray-500'>
|
|
|
- © {new Date().getFullYear()} Dify, Inc. All rights reserved.
|
|
|
+ © {new Date().getFullYear()} LangGenius, Inc. All rights reserved.
|
|
|
</div>
|
|
|
</div>
|
|
|
</div>
|