Commit c56e0069 authored by Karen Konou's avatar Karen Konou

[Home] Login button goes straight to login form

parent c9c61694
...@@ -19,7 +19,7 @@ ...@@ -19,7 +19,7 @@
"clean": "rm -Rf output node_modules", "clean": "rm -Rf output node_modules",
"clean-js": "rm -Rf node_modules", "clean-js": "rm -Rf node_modules",
"clean-ps": "rm -Rf output", "clean-ps": "rm -Rf output",
"server": "serve -l 8000 dist", "server": "serve -l 8008 dist",
"server-ssl": "ssl-serve --ssl dist", "server-ssl": "ssl-serve --ssl dist",
"build": "spago bundle-app --main Main --to dist/bundle.js", "build": "spago bundle-app --main Main --to dist/bundle.js",
"prod": "yarn prod:compile && yarn prod:dce && yarn prod:bundle && yarn prod:pack", "prod": "yarn prod:compile && yarn prod:dce && yarn prod:bundle && yarn prod:pack",
......
...@@ -87,7 +87,7 @@ loginContainerCpt = here.component "container" cpt where ...@@ -87,7 +87,7 @@ loginContainerCpt = here.component "container" cpt where
-- | States -- | States
-- | -- |
mBackend <- R2.useLive' props.backend mBackend <- R2.useLive' props.backend
formType <- T.useBox Manager formType <- T.useBox Login
formType' <- T.useLive T.unequal formType formType' <- T.useLive T.unequal formType
-- | Render -- | Render
......
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