|
|
|
@@ -105,9 +105,20 @@ export default function PasswordSettingStart() { |
|
|
|
</Typography> |
|
|
|
</Box> |
|
|
|
<AreaBox label="Email" require={true}> |
|
|
|
<Box textAlign="left"> |
|
|
|
<Typography variant="body2">8-20文字で設定可能です。</Typography> |
|
|
|
<Typography variant="body2"> |
|
|
|
半角英数字と記号(@.-)が使えます。 |
|
|
|
</Typography> |
|
|
|
</Box> |
|
|
|
<RHFTextField name="email" /> |
|
|
|
</AreaBox> |
|
|
|
<AreaBox label="Email (確認用)" require={true}> |
|
|
|
<Box textAlign="left"> |
|
|
|
<Typography variant="body2"> |
|
|
|
確認のため再度同じパスワードを入力してください。 |
|
|
|
</Typography> |
|
|
|
</Box> |
|
|
|
<RHFTextField name="retype_email" /> |
|
|
|
</AreaBox> |
|
|
|
<Box> |
|
|
|
|