Tell the navbar when a disconnection happens.
parent
177e3f307f
commit
a61e723811
|
@ -588,6 +588,8 @@ handleAction = case _ of
|
|||
Disconnection -> do
|
||||
H.put $ initialState unit
|
||||
|
||||
handleAction $ ToggleAuthenticated Nothing
|
||||
|
||||
-- Remove all stored session data.
|
||||
sessionstorage <- H.liftEffect $ Window.sessionStorage =<< HTML.window
|
||||
H.liftEffect $ Storage.clear sessionstorage
|
||||
|
|
Loading…
Reference in New Issue