summaryrefslogtreecommitdiff
path: root/fig-frontend
diff options
context:
space:
mode:
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