Ignore:
Timestamp:
01/12/21 21:10:56 (3 years ago)
Author:
Vzdra <vladko.zdravkovski@…>
Branches:
master
Children:
47067ae
Parents:
a70db1a
Message:

front end additions

File:
1 edited

Legend:

Unmodified
Added
Removed
  • client_app/src/components/login/login.js

    ra70db1a r2e507a8  
    3131                <h1 style={{color: "red"}}>{props.error}</h1>
    3232                <Form onSubmit={onFormSubmit}>
    33                     <Form.Input id="email" name="email" type='text' required fluid label='E-mail' placeholder='Enter e-mail.' onChange={handleCheck} />
     33                    <Form.Input id="email" name="email" type='email' required fluid label='E-mail' placeholder='Enter e-mail.' onChange={handleCheck} />
    3434                    <Form.Input id="password" name="password" type='password' required fluid label='Password' placeholder='Enter password.' onChange={handleCheck} />
    3535                    <Form.Field
Note: See TracChangeset for help on using the changeset viewer.