Pull Request branch dev-clone to main #1

Merged
gitea merged 429 commits from dev-clone into main 2024-12-23 09:31:34 +00:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit f4e98fd813 - Show all commits

View File

@ -185,7 +185,7 @@ export function ForgotPasswordForm() {
> >
Forgot Password Forgot Password
</h1> </h1>
<p className="text-sm"> <p className="text-sm text-muted-foreground">
No worries, we'll send you reset instructions No worries, we'll send you reset instructions
</p> </p>
</div> </div>

View File

@ -221,7 +221,7 @@ export function ResetPasswordForm() {
> >
Change Password Change Password
</h1> </h1>
<p className="text-sm">Enter your new password</p> <p className="text-sm text-muted-foreground">Enter your new password</p>
</div> </div>
<Form {...form}> <Form {...form}>
<form <form