Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/n9e/fe
Browse files Browse the repository at this point in the history
  • Loading branch information
jsers committed Jan 27, 2021
2 parents 8bdd8fd + 2209255 commit 15e3bfd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rdb-web/src/pages/UserManagement/ResetPassword.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ class ResetPassword extends Component<ExtraProps & FormProps & ModalWrapProps &
this.getPwdRule();
}
getPwdRule() {
request(`${api.pwdRules}/pwd-rules`).then(res => this.setState({ pwdRules: res }))
request(`${api.pwdRules}`).then(res => this.setState({ pwdRules: res }))
}
handleOk = () => {
if (this.props.id) {
Expand Down

0 comments on commit 15e3bfd

Please sign in to comment.