From 253a663fb7de8bb2afb1ad580fe9912e4cc55ea0 Mon Sep 17 00:00:00 2001 From: LLLL Colonq Date: Thu, 8 Aug 2024 21:53:39 -0400 Subject: Remove whitespace --- fig-frontend/src/Fig/Frontend/Auth.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fig-frontend/src/Fig/Frontend/Auth.hs b/fig-frontend/src/Fig/Frontend/Auth.hs index 27e1045..63bf804 100644 --- a/fig-frontend/src/Fig/Frontend/Auth.hs +++ b/fig-frontend/src/Fig/Frontend/Auth.hs @@ -71,7 +71,7 @@ checkAuth cfg = log $ tshow token log $ tshow nonce validateToken (encodeUtf8 token) >>= \case - Just tc + Just tc | tc.aud == cfg.clientId , tc.nonce == nonce -> do -- cgit v1.2.3