Add boilerplate for Google sign-in
For more information, read: https://developers.google.com/identity/sign-in/web/sign-in?authuser=1 TODO: Use Elm ports or something similar to properly interop with the onSignIn and signOn functions defined in index.html.
This commit is contained in:
parent
289cae2528
commit
9f70cb2c61
3 changed files with 23 additions and 2 deletions
|
|
@ -22,7 +22,7 @@ type alias Model =
|
|||
init : Model
|
||||
init =
|
||||
{ isLoading = False
|
||||
, view = Landing
|
||||
, view = Login
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue