summaryrefslogtreecommitdiff
path: root/fig-web/src/Fig/Web/Module/TwitchAuth.hs
diff options
context:
space:
mode:
authorLLLL Colonq <llll@colonq>2025-05-30 02:55:35 -0400
committerLLLL Colonq <llll@colonq>2025-05-30 02:55:55 -0400
commitf95d9bbde51ee26468177b2d34c669d9689fbea4 (patch)
tree9790f7a39c70e1cc2c6a0d418ace38dcf7a1aa51 /fig-web/src/Fig/Web/Module/TwitchAuth.hs
parentbab19289fd0b0f7a26056c4f20b5a0f456c9bf57 (diff)
web: Big refactor part 2
Diffstat (limited to 'fig-web/src/Fig/Web/Module/TwitchAuth.hs')
-rw-r--r--fig-web/src/Fig/Web/Module/TwitchAuth.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/fig-web/src/Fig/Web/Module/TwitchAuth.hs b/fig-web/src/Fig/Web/Module/TwitchAuth.hs
index 4847da6..80d2380 100644
--- a/fig-web/src/Fig/Web/Module/TwitchAuth.hs
+++ b/fig-web/src/Fig/Web/Module/TwitchAuth.hs
@@ -21,7 +21,7 @@ import qualified Jose.Jwt as Jwt
import Fig.Web.Utils
import Fig.Web.Types
-public :: Module
+public :: PublicModule
public a = do
onGet "/api/register" $ twitchAuthed a.cfg \auth -> do
log "Authenticated with Twitch, trying to register..."