Skip to content
This repository has been archived by the owner on May 28, 2019. It is now read-only.

[FIX ISSUE] [Firebase] Login #1 #13

Open
wants to merge 2 commits into
base: develop
Choose a base branch
from

Conversation

stefano-tonanni
Copy link
Collaborator

  • Added login form component with fields

- Added login form component with fields
- Added register Form with validation
- Fixed login Form
@stefano-tonanni
Copy link
Collaborator Author

[FIX ISSUE] [Firebase] Login #1

  • Added register Form with validation
  • Fixed login Form

)}
</Form.Item>
<Form.Item>
<Button type="primary" htmlType="submit">
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Indent

validateToNextPassword = (rule, value, callback) => {
const form = this.props.form;
if (value && this.state.confirmDirty) {
form.validateFields(['confirm'], { force: true });
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

change name to "confirm_password" or something properly

Copy link
Owner

@PhantomDraven PhantomDraven left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

review indentation of Formregister (from 2 to 4)

Copy link
Owner

@PhantomDraven PhantomDraven left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

follow others comments

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants