Update Auth.elm

This commit is contained in:
Ryan Haskell-Glatz 2021-04-24 15:01:57 -05:00 committed by GitHub
parent 2b2643da59
commit 16c62bfe84
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -22,10 +22,6 @@ type alias User =
beforeProtectedInit : Shared.Model -> Request -> ElmSpa.Protected User Route
beforeProtectedInit shared req =
let
_ =
Debug.log "user" shared.user
in
case shared.user of
Just user ->
ElmSpa.Provide user