From 229bbf710df29809b7fe0068c45d2c47a1908598 Mon Sep 17 00:00:00 2001 From: LLLL Colonq Date: Mon, 18 Nov 2024 05:51:04 -0500 Subject: Fix logout --- src/Auth.purs | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/Auth.purs') diff --git a/src/Auth.purs b/src/Auth.purs index 2a87b6a..7f87f83 100644 --- a/src/Auth.purs +++ b/src/Auth.purs @@ -28,10 +28,6 @@ authHeader (Tuple t n) = , "\"" ] -foreign import _getSessionCookie :: forall a. (a -> Maybe a) -> Maybe a -> Effect (Maybe String) -getSessionCookie :: forall m. MonadEffect m => m (Maybe String) -getSessionCookie = liftEffect $ _getSessionCookie Just Nothing - foreign import _clearSessionCookie :: Effect Unit clearSessionCookie :: forall m. MonadEffect m => m Unit clearSessionCookie = liftEffect _clearSessionCookie -- cgit v1.2.3