f03bd90a21
* Implement OAuth2 authentication flow. * Boostrap styling * @vjousse review.
8 lines
140 B
Elm
8 lines
140 B
Elm
port module Ports exposing (saveRegistration, saveClient)
|
|
|
|
|
|
port saveRegistration : String -> Cmd msg
|
|
|
|
|
|
port saveClient : String -> Cmd msg
|