diff options
| author | LLLL Colonq <llll@colonq> | 2025-06-01 20:35:12 -0400 |
|---|---|---|
| committer | LLLL Colonq <llll@colonq> | 2025-06-01 20:35:12 -0400 |
| commit | be16af95746133d221338f5a70b8ff16cc2fe7da (patch) | |
| tree | e70c10bfc728aa57e4057816311e1e9a4b5c0653 /fig-web/src/Fig/Web/Secure.hs | |
| parent | 83cbb69e40fc68606b03b26d70d0a6a0d153fda6 (diff) | |
fig-web: Fix remaining nonsense
Diffstat (limited to 'fig-web/src/Fig/Web/Secure.hs')
| -rw-r--r-- | fig-web/src/Fig/Web/Secure.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fig-web/src/Fig/Web/Secure.hs b/fig-web/src/Fig/Web/Secure.hs index 3279b53..9626aaa 100644 --- a/fig-web/src/Fig/Web/Secure.hs +++ b/fig-web/src/Fig/Web/Secure.hs @@ -64,7 +64,7 @@ app args = do onGet "/api/status" do respondText "this is the secure endpoint" onGet "/api/info" $ authed args \creds -> do - respondText $ creds.user <> " " <> creds.email + respondText $ creds.user <> " " <> creds.twitchId Exchange.secure args Redeem.secure args Sc.notFound do |
