diff options
| author | LLLL Colonq <llll@colonq> | 2025-05-30 02:55:35 -0400 |
|---|---|---|
| committer | LLLL Colonq <llll@colonq> | 2025-05-30 02:55:55 -0400 |
| commit | f95d9bbde51ee26468177b2d34c669d9689fbea4 (patch) | |
| tree | 9790f7a39c70e1cc2c6a0d418ace38dcf7a1aa51 /fig-web/src/Fig/Web/Module/TwitchAuth.hs | |
| parent | bab19289fd0b0f7a26056c4f20b5a0f456c9bf57 (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.hs | 2 |
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..." |
