Skip to content

Commit

Permalink
🎨 elm-format
Browse files Browse the repository at this point in the history
  • Loading branch information
Richard Feldman committed Feb 1, 2018
1 parent 5025d40 commit d60d1ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Page/Login.elm
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ modelValidator =

errorsDecoder : Decoder (List String)
errorsDecoder =
decode (\emailOrPassword email username password -> List.concat [ emailOrPassword, email, username, password ])
decode (\emailOrPassword email username password -> List.concat [ emailOrPassword, email, username, password ])
|> optionalError "email or password"
|> optionalError "email"
|> optionalError "username"
Expand Down

0 comments on commit d60d1ef

Please sign in to comment.