summaryrefslogtreecommitdiff
path: root/fig-frontend
diff options
context:
space:
mode:
authorLLLL Colonq <llll@colonq>2024-08-08 21:53:39 -0400
committerLLLL Colonq <llll@colonq>2024-08-08 21:53:39 -0400
commit253a663fb7de8bb2afb1ad580fe9912e4cc55ea0 (patch)
tree6b3795dcf7ee6645d9eaefeadc2c58bd05e78653 /fig-frontend
parent31d0954b9e51a0ca9071a92637e3a2e86660fe3e (diff)
Remove whitespace
Diffstat (limited to 'fig-frontend')
-rw-r--r--fig-frontend/src/Fig/Frontend/Auth.hs2
1 files changed, 1 insertions, 1 deletions
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