From e10626bd4840740efa24632da91af2a694888b89 Mon Sep 17 00:00:00 2001 From: zakher Date: Wed, 17 Jul 2024 07:20:24 +0300 Subject: [PATCH] chore: trigger workflow again --- packages/components/blocks/auth/LoginForm.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/components/blocks/auth/LoginForm.tsx b/packages/components/blocks/auth/LoginForm.tsx index 4efa6b19..ca13de16 100644 --- a/packages/components/blocks/auth/LoginForm.tsx +++ b/packages/components/blocks/auth/LoginForm.tsx @@ -30,7 +30,7 @@ import { AuthButtons } from "./AuthButtons"; type LoginFormTypes = { /** Object containing text labels used throughout the form. */ texts?: LoginFormTextsTypes; - /** If true, only logos are displayed in third-party auth buttons. */ + /** If true, only logos are displayed in third-party auth buttons.*/ logosOnly?: boolean; /** Direction of text and UI elements, either left-to-right or right-to-left. */ direction?: DirectionType;