Skip to content
Snippets Groups Projects
Verified Commit 434e5f8b authored by ornanovitch's avatar ornanovitch
Browse files

chore: cleanup PoC

parent 54293996
No related tags found
1 merge request!72Draft: Resolve "Améliorer le dialogue de confirmation"
Pipeline #30566 passed
......@@ -28,7 +28,3 @@ class ClaimForm(flask_wtf.FlaskForm):
username = fields.StringField(_('Username'), [validators.DataRequired()])
password = fields.PasswordField(_('Password'), [validators.DataRequired()])
submit = fields.SubmitField(_('Claim profile'))
class ConfirmationForm(flask_wtf.FlaskForm):
submit = fields.SubmitField(_('Confirm'))
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment