aboutsummaryrefslogtreecommitdiff
path: root/src/client
diff options
context:
space:
mode:
authorJoris2016-03-31 18:02:35 +0200
committerJoris2016-03-31 18:02:35 +0200
commit84f53fac431df20afd54817cca14260f1202e9ff (patch)
tree902b1719f2cb605d4609e74083b310f5db264a3a /src/client
parentc95e19407d492a0d4e9e14e320520fe29ce379e5 (diff)
downloadbudget-84f53fac431df20afd54817cca14260f1202e9ff.tar.gz
budget-84f53fac431df20afd54817cca14260f1202e9ff.tar.bz2
budget-84f53fac431df20afd54817cca14260f1202e9ff.zip
Add viewport
Diffstat (limited to 'src/client')
-rw-r--r--src/client/elm/SignIn/View.elm2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/client/elm/SignIn/View.elm b/src/client/elm/SignIn/View.elm
index 2269a4f..d81d63a 100644
--- a/src/client/elm/SignIn/View.elm
+++ b/src/client/elm/SignIn/View.elm
@@ -29,8 +29,6 @@ view address model signInModel =
[ input
[ value signInModel.login
, on "input" targetValue (Signal.message address << UpdateSignIn << SignInAction.UpdateLogin)
- , type' "text"
- , autocomplete True
, name "email"
]
[]