Commit 93d77ec6 authored by Ilan's avatar Ilan Committed by 偏右

🐛 fix password popover

parent 875798d5
......@@ -201,6 +201,7 @@ class Register extends Component {
</FormItem>
<FormItem help={help}>
<Popover
getPopupContainer={node => node.parentNode}
content={
<div style={{ padding: '4px 0' }}>
{passwordStatusMap[this.getPasswordStatus()]}
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment