Ignore:
Timestamp:
03/05/24 14:27:53 (15 months ago)
Author:
Aleksandar Panovski <apano77@…>
Branches:
main
Children:
8ca35dc
Parents:
5a9c93b
Message:

Authorization layer

File:
1 edited

Legend:

Unmodified
Added
Removed
  • my-react-app/src/components/LoginForm.js

    r5a9c93b rdb39d9e  
    5858                            <form onSubmit={this.onSubmitLogin}>
    5959                                <div className="form-outline mb-4">
    60                                     <input type="login" id="loginEmail" name="login" className="form-control" onChange={this.onChangeHandler}/>
    61                                     <label className="form-label" htmlFor="loginEmail">Email</label>
     60                                    <input type="email" id="email" name="email" className="form-control" onChange={this.onChangeHandler}/>
     61                                    <label className="form-label" htmlFor="email">Email</label>
    6262                                </div>
    6363                                <div className="form-outline mb-4">
Note: See TracChangeset for help on using the changeset viewer.