mirror of
https://github.com/steveiliop56/tinyauth.git
synced 2026-03-24 07:27:52 +00:00
chore: review comments
This commit is contained in:
@@ -83,8 +83,13 @@ export const TotpPage = () => {
|
||||
onSubmit={(values) => totpMutation.mutate(values)}
|
||||
/>
|
||||
</CardContent>
|
||||
<CardFooter className="flex flex-col items-stretch">
|
||||
<Button form={formId} type="submit" loading={totpMutation.isPending}>
|
||||
<CardFooter>
|
||||
<Button
|
||||
className="w-full"
|
||||
form={formId}
|
||||
type="submit"
|
||||
loading={totpMutation.isPending}
|
||||
>
|
||||
{t("continueTitle")}
|
||||
</Button>
|
||||
</CardFooter>
|
||||
|
||||
Reference in New Issue
Block a user