Skip to content

Commit

Permalink
Add a helper to the password (#8078)
Browse files Browse the repository at this point in the history
Fix #7601

---------

Co-authored-by: Weiko <[email protected]>
  • Loading branch information
sans-byte and Weiko authored Oct 27, 2024
1 parent 5d99059 commit 1296cea
Showing 1 changed file with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ import {
IconMicrosoft,
Loader,
MainButton,
StyledText,
} from 'twenty-ui';
import { isDefined } from '~/utils/isDefined';

Expand Down Expand Up @@ -267,6 +268,12 @@ export const SignInUpForm = () => {
disableHotkeys
onKeyDown={handleKeyDown}
/>
{signInUpMode === SignInUpMode.SignUp && (
<StyledText
text={'At least 8 characters long.'}
color={theme.font.color.secondary}
/>
)}
</StyledInputContainer>
)}
/>
Expand Down

0 comments on commit 1296cea

Please sign in to comment.