refactor login page to simplify identifier normalization and remove unused login methods

This commit is contained in:
Marshal
2026-06-23 11:33:04 +00:00
parent 6fd1b68389
commit 6a63ae2fa6
4 changed files with 94 additions and 200 deletions

View File

@@ -50,8 +50,8 @@ export default function ETradeInfo({
<Stack gap="md">
<Group align="flex-start" grow>
<TextInput
label="TIN Number (10 digits)"
placeholder="1234567890"
label={<>TIN Number (10 digits) <span style={{ color: "var(--mantine-color-red-6)" }}>*</span></>}
placeholder="0012345678"
maxLength={10}
error={error}
{...register}