From b837bfb0f878a84d429a2b4f39bce33fc58274ba Mon Sep 17 00:00:00 2001 From: LLLL Colonq Date: Fri, 20 Feb 2026 18:41:01 -0500 Subject: web: user-id endpoint --- fig-web/src/Fig/Web/Auth.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'fig-web/src/Fig/Web/Auth.hs') diff --git a/fig-web/src/Fig/Web/Auth.hs b/fig-web/src/Fig/Web/Auth.hs index 0e372c8..fa7f9d0 100644 --- a/fig-web/src/Fig/Web/Auth.hs +++ b/fig-web/src/Fig/Web/Auth.hs @@ -17,7 +17,7 @@ data Credentials = Credentials } authed :: SecureModuleArgs -> (Credentials -> Sc.ActionM ()) -> Sc.ActionM () authed args h | args.options.simAuth = do - let auth = Credentials { user = "fake_test_user", twitchId = "69" } + let auth = Credentials { user = "lcolonq", twitchId = "866686220" } h auth authed _ h = do muser <- header "Remote-User" -- cgit v1.2.3