From b93d26f9370ae3ba8a3ad1464d7b9ab61e490e72 Mon Sep 17 00:00:00 2001 From: Mauricio Siu <47042324+Siumauricio@users.noreply.github.com> Date: Wed, 1 Jan 2025 18:53:30 -0600 Subject: [PATCH] refactor: use shadcn ui classes --- apps/dokploy/components/auth/login-2fa.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/apps/dokploy/components/auth/login-2fa.tsx b/apps/dokploy/components/auth/login-2fa.tsx index f3d001f8..836c3b46 100644 --- a/apps/dokploy/components/auth/login-2fa.tsx +++ b/apps/dokploy/components/auth/login-2fa.tsx @@ -105,12 +105,12 @@ export const Login2FA = ({ authId }: Props) => { pattern={REGEXP_ONLY_DIGITS} > - - - - - - + + + + + +