Compare commits

...

1 Commits

Author SHA1 Message Date
itsababseh
c590b47295 fix(frontend): add AutoGPT to reset password title 2025-08-19 23:04:17 +01:00

View File

@@ -185,7 +185,7 @@ function ResetPasswordContent() {
return ( return (
<div className="flex h-full min-h-[85vh] w-full flex-col items-center justify-center"> <div className="flex h-full min-h-[85vh] w-full flex-col items-center justify-center">
<AuthCard title="Reset Password"> <AuthCard title="AutoGPT Reset Password">
{user ? ( {user ? (
<form <form
onSubmit={changePasswordForm.handleSubmit(onChangePassword)} onSubmit={changePasswordForm.handleSubmit(onChangePassword)}