Skip to content

Commit

Permalink
Update template examples
Browse files Browse the repository at this point in the history
  • Loading branch information
raix committed Jul 18, 2024
1 parent d0d4698 commit d009fc4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ The `AccountRegistrationForm` template is used to render a form that allows user
import { Card } from '@/ui/components/Card';
import { AccountRegistrationForm } from '@/ui/templates/AccountRegistrationForm';

<Card className='w-1/2'>
<Card className='w-full'>
<AccountRegistrationForm />
</Card>
2 changes: 1 addition & 1 deletion docs/templates/user-management/login-form.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ The `LoginForm` template is used to verify a user's email or phone number by ent
import { Card } from '@/ui/components/Card';
import { LoginForm } from '@/ui/templates/LoginForm';

<Card className='w-1/2'>
<Card className='w-full'>
<LoginForm />
</Card>
2 changes: 1 addition & 1 deletion docs/templates/user-management/verify-code-form.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ The `VerifyCodeForm` template is used to verify a user's email or phone number b
import {Card} from '@/ui/components/Card';
import {VerifyCodeForm} from '@/ui/templates/VerifyCodeForm';

<Card className='w-1/2'>
<Card className='w-full'>
<VerifyCodeForm />
</Card>

0 comments on commit d009fc4

Please sign in to comment.