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 (
<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 ? (
<form
onSubmit={changePasswordForm.handleSubmit(onChangePassword)}