mirror of
https://github.com/flarum/framework.git
synced 2025-02-16 20:52:48 +08:00
Update LogInModal.js
This commit is contained in:
parent
0bdf873e65
commit
095e8164e8
|
@ -48,7 +48,7 @@ export default class LogInModal extends Modal {
|
||||||
|
|
||||||
<div className="Form Form--centered">
|
<div className="Form Form--centered">
|
||||||
<div className="Form-group">
|
<div className="Form-group">
|
||||||
<input className="FormControl" name="email" placeholder={extractText(app.translator.trans('core.forum.log_in.username_or_email_placeholder'))}
|
<input className="FormControl" name="email" type="text" placeholder={extractText(app.translator.trans('core.forum.log_in.username_or_email_placeholder'))}
|
||||||
value={this.email()}
|
value={this.email()}
|
||||||
onchange={m.withAttr('value', this.email)}
|
onchange={m.withAttr('value', this.email)}
|
||||||
disabled={this.loading} />
|
disabled={this.loading} />
|
||||||
|
|
Loading…
Reference in New Issue
Block a user