From 31d0954b9e51a0ca9071a92637e3a2e86660fe3e Mon Sep 17 00:00:00 2001 From: LLLL Colonq Date: Thu, 8 Aug 2024 21:52:29 -0400 Subject: Auth for frontend --- fig-frontend-client/src/Config.purs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'fig-frontend-client/src/Config.purs') 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 -- cgit v1.2.3