mirror of
https://github.com/casdoor/casdoor.git
synced 2025-07-03 20:50:19 +08:00
Improve forget page CSS.
This commit is contained in:
@ -137,11 +137,14 @@ export const CountDownInput = (props) => {
|
||||
visible={visible}
|
||||
okText={i18next.t("user:OK")}
|
||||
cancelText={i18next.t("user:Cancel")}
|
||||
onCancel={handleCancel}
|
||||
onOk={handleOk}
|
||||
onCancel={handleCancel}
|
||||
okButtonProps={{disabled: key.length !== 5}}
|
||||
width={248}
|
||||
>
|
||||
{renderCheck()}
|
||||
{
|
||||
renderCheck()
|
||||
}
|
||||
</Modal>
|
||||
</div>
|
||||
);
|
||||
|
Reference in New Issue
Block a user