Skip to content

Commit

Permalink
PwdLessLoginForm: show email keyboard on mobile devices
Browse files Browse the repository at this point in the history
  • Loading branch information
davidmurray committed Oct 25, 2023
1 parent 2f5a6f4 commit d800c1f
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ export class LoginPage extends React.Component<LoginPageProps & WithTranslation,
<input
name="email"
id="email"
inputMode="email"
type="text"
placeholder={this.props.t(['survey:auth:EmailPlaceholder', 'auth:EmailPlaceholder'])}
className="apptr__form-input apptr__form-input-string apptr__input apptr__input-string"
Expand Down

0 comments on commit d800c1f

Please sign in to comment.