diff options
| author | LLLL Colonq <llll@colonq> | 2024-08-08 21:52:29 -0400 |
|---|---|---|
| committer | LLLL Colonq <llll@colonq> | 2024-08-08 21:52:29 -0400 |
| commit | 31d0954b9e51a0ca9071a92637e3a2e86660fe3e (patch) | |
| tree | b8cfa0aecb709991c9ca8a9fca572814b74dac74 /fig-frontend-client/src/Config.purs | |
| parent | 2482292d033013ff37bbd4cdac00632b3dc70323 (diff) | |
Auth for frontend
Diffstat (limited to 'fig-frontend-client/src/Config.purs')
| -rw-r--r-- | fig-frontend-client/src/Config.purs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/fig-frontend-client/src/Config.purs b/fig-frontend-client/src/Config.purs index 3711d69..536f163 100644 --- a/fig-frontend-client/src/Config.purs +++ b/fig-frontend-client/src/Config.purs @@ -2,3 +2,5 @@ module Config where foreign import mode :: Int foreign import apiServer :: String +foreign import clientID :: String +foreign import authRedirectURL :: String |
