d3george / slash-admin

A modern react admin. It is based on react 18, vite and TypeScript. It's fast !
https://admin.slashspaces.com/
MIT License
1.49k stars 218 forks source link

这个重置按钮少个点击事件 #67

Closed zqa1024 closed 2 months ago

zqa1024 commented 2 months ago

https://github.com/d3george/slash-admin/blob/014d15b9cc598f3467af1b12e562407d6fb30692/src/pages/sys/login/LoginForm.tsx#L95-L97

<Col span={12} className="text-right">
  <button className="!underline"
    onClick={() => setLoginState(LoginStateEnum.RESET_PASSWORD)}>
        {t('sys.login.forgetPassword')}
  </button>
</Col>