diff options
| author | LLLL Colonq <llll@colonq> | 2024-11-18 05:51:04 -0500 |
|---|---|---|
| committer | LLLL Colonq <llll@colonq> | 2024-11-18 05:51:04 -0500 |
| commit | 229bbf710df29809b7fe0068c45d2c47a1908598 (patch) | |
| tree | cb0b756a5e4fec5dc7dbf3e1fb86742ded5794ab /src/Auth.purs | |
| parent | ee790dfbe80ef1b8f7540334308025fc618bb659 (diff) | |
Fix logout
Diffstat (limited to 'src/Auth.purs')
| -rw-r--r-- | src/Auth.purs | 4 |
1 files changed, 0 insertions, 4 deletions
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 |
