mirror of https://gitee.com/topiam/eiam
⚡ 优化
parent
95abe5b47d
commit
859a743eb0
|
@ -170,7 +170,10 @@ export default (props: {
|
|||
},
|
||||
]}
|
||||
phoneName={FieldNames.PHONE}
|
||||
addonBefore={<PhoneAreaCodeSelect defaultValue={phoneRegion} onChange={setPhoneRegion} />}
|
||||
addonWarpStyle={{
|
||||
flexWrap: 'nowrap',
|
||||
}}
|
||||
addonBefore={<PhoneAreaCodeSelect defaultValue={phoneRegion} onChange={setPhoneRegion} />}
|
||||
onGetCaptcha={async (mobile) => {
|
||||
if (!(await formRef.current?.validateFields([FieldNames.PASSWORD]))) {
|
||||
return Promise.reject();
|
||||
|
|
Loading…
Reference in New Issue