We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa979aa commit a8bcedcCopy full SHA for a8bcedc
client/modules/User/components/SignupForm.jsx
@@ -137,7 +137,7 @@ function SignupForm() {
137
</Field>
138
<Field name="confirmPassword">
139
{(field) => (
140
- <div style={{ position: 'relative' }}>
+ <div>
141
<p className="form__field">
142
<label htmlFor="confirmPassword" className="form__label">
143
{t('SignupForm.ConfirmPassword')}
0 commit comments