Skip to content

Commit

Permalink
[autofix.ci] apply automated fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
autofix-ci[bot] authored Jan 20, 2025
1 parent 9a69d54 commit 5692e4a
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -211,12 +211,12 @@ export function LDAPCredentialForm({
<Form {...form}>
<div className={cn('grid gap-2', className)} {...props}>
{existed && (
<div className="text-sm font-medium text-destructive mt-2">
<div className="mt-2 text-sm font-medium text-destructive">
{providerExistedError}
</div>
)}
<form
className="grid gap-4 mt-6"
className="mt-6 grid gap-4"
onSubmit={form.handleSubmit(onSubmit)}
ref={formRef}
>
Expand Down

0 comments on commit 5692e4a

Please sign in to comment.