Skip to content

Commit

Permalink
Merge pull request #993 from auth0/feature/add-form-method
Browse files Browse the repository at this point in the history
Add form method
  • Loading branch information
hzalaz authored May 4, 2017
2 parents 650767d + eec67d7 commit 41547f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ui/box/container.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ export default class Container extends React.Component {
<div className={className} ref="container">
{overlay}
<div className="auth0-lock-center">
<form className="auth0-lock-widget" onSubmit={::this.handleSubmit}>
<form className="auth0-lock-widget" method="post" onSubmit={::this.handleSubmit}>
{avatar && <Avatar imageUrl={avatar} />}
{closeHandler && <CloseButton onClick={::this.handleClose} />}
<div className="auth0-lock-widget-container">
Expand Down

0 comments on commit 41547f7

Please sign in to comment.