Merge pull request #120 from benjamin-thomas/patch-1

adding-a-sign-in-page: fix wrong sig (documentation)
This commit is contained in:
Ryan Haskell-Glatz 2022-02-09 13:20:23 -06:00 committed by GitHub
commit c706697741
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -230,8 +230,9 @@ update msg model =
```elm
-- Make view show a sign out button
-- We must return the concrete type `Msg` because we use ClickedSignIn
view : Model -> Html msg
view : Model -> View Msg
view model =
{ title = "Sign In"
, body =