summaryrefslogtreecommitdiffstats
path: root/frontend/components/Signin.js
diff options
context:
space:
mode:
authorWes Bos <wesbos@gmail.com>2018-05-16 10:54:08 -0400
committerWes Bos <wesbos@gmail.com>2018-05-16 10:54:08 -0400
commit802b65cfd634305f62d88cb57c54f8c053701d27 (patch)
tree12a06778d21a8b14bade3ccc8c9dd75f59f97e4a /frontend/components/Signin.js
parent3f9b14e3c1d7f47d9b3e48b94b3b5bf2c722205e (diff)
SSR Auth WIP
Diffstat (limited to 'frontend/components/Signin.js')
-rw-r--r--frontend/components/Signin.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/components/Signin.js b/frontend/components/Signin.js
index 7a4db8c..9e25cf1 100644
--- a/frontend/components/Signin.js
+++ b/frontend/components/Signin.js
@@ -28,7 +28,7 @@ class Signin extends Component {
{client => (
<Mutation mutation={SIGNIN_MUTATION} variables={this.state}>
{(signin, { loading, error }) => (
- <Form onSubmit={e => this.loginUser(e, signin, client)}>
+ <Form method="post" onSubmit={e => this.loginUser(e, signin, client)}>
<Error error={error} />
<fieldset disabled={loading} aria-busy={loading}>
<label htmlFor="email">