tooty/Ports.elm
Nicolas Perriault f03bd90a21 First working prototype. (#1)
* Implement OAuth2 authentication flow.
* Boostrap styling
* @vjousse review.
2017-04-20 09:33:32 +02:00

8 lines
140 B
Elm

port module Ports exposing (saveRegistration, saveClient)
port saveRegistration : String -> Cmd msg
port saveClient : String -> Cmd msg