Skip to content

Commit eb449ac

Browse files
cead22OSBotify
authored andcommitted
Merge pull request #60379 from ikevin127/ikevin127-privateDomainOnboardingFix1
(cherry picked from commit 466cae5) (CP triggered by AndrewGable)
1 parent b23b793 commit eb449ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/OnboardingWorkEmail/BaseOnboardingWorkEmail.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ function BaseOnboardingWorkEmail({shouldUseNativeStyles}: BaseOnboardingWorkEmai
214214
role={CONST.ROLE.PRESENTATION}
215215
defaultValue={workEmail ?? ''}
216216
shouldSaveDraft
217-
maxLength={CONST.DISPLAY_NAME.MAX_LENGTH}
217+
maxLength={CONST.LOGIN_CHARACTER_LIMIT}
218218
spellCheck={false}
219219
/>
220220
</View>

0 commit comments

Comments
 (0)