Commit d06e5b8b authored by Abinaya Sudhir's avatar Abinaya Sudhir

fixed token issue

parent 7d330efa
......@@ -44,6 +44,7 @@ routeHandler dispatchAction old new = do
liftEff $ log $ "JWToken : " <> show tkn
case tkn of
Nothing -> do
dispatchAction old new
liftEff $ log $ "called SignIn Route :"
Just t -> do
dispatchAction old new
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment