Merge pull request #97 from theazharul/patch-1

Update 04-authentication.md
This commit is contained in:
Ryan Haskell-Glatz 2021-07-15 20:36:35 -05:00 committed by GitHub
commit d851433e94
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -224,7 +224,7 @@ update msg model =
case msg of case msg of
ClickedSignIn -> ClickedSignIn ->
( model ( model
, Effect.fromShared (Shared.SignIn "Ryan") , Effect.fromShared (Shared.SignIn { name = "Ryan"} )
) )
``` ```
@ -404,4 +404,4 @@ For more explanation of how this works, check out the [Storage example](./03-sto
--- ---
__Next up:__ [More examples](/examples#more-examples) __Next up:__ [More examples](/examples#more-examples)