mirror of
https://github.com/lingble/twenty.git
synced 2025-11-01 13:17:57 +00:00
Add a helper to the password (#8078)
Fix #7601 --------- Co-authored-by: Weiko <corentin@twenty.com>
This commit is contained in:
@@ -27,6 +27,7 @@ import {
|
|||||||
IconMicrosoft,
|
IconMicrosoft,
|
||||||
Loader,
|
Loader,
|
||||||
MainButton,
|
MainButton,
|
||||||
|
StyledText,
|
||||||
} from 'twenty-ui';
|
} from 'twenty-ui';
|
||||||
import { isDefined } from '~/utils/isDefined';
|
import { isDefined } from '~/utils/isDefined';
|
||||||
|
|
||||||
@@ -267,6 +268,12 @@ export const SignInUpForm = () => {
|
|||||||
disableHotkeys
|
disableHotkeys
|
||||||
onKeyDown={handleKeyDown}
|
onKeyDown={handleKeyDown}
|
||||||
/>
|
/>
|
||||||
|
{signInUpMode === SignInUpMode.SignUp && (
|
||||||
|
<StyledText
|
||||||
|
text={'At least 8 characters long.'}
|
||||||
|
color={theme.font.color.secondary}
|
||||||
|
/>
|
||||||
|
)}
|
||||||
</StyledInputContainer>
|
</StyledInputContainer>
|
||||||
)}
|
)}
|
||||||
/>
|
/>
|
||||||
|
|||||||
Reference in New Issue
Block a user