Commit fcd27e40 by talequale

wip

parent cfac8f0b
...@@ -43,6 +43,7 @@ ...@@ -43,6 +43,7 @@
@media (max-width: $mobile) { @media (max-width: $mobile) {
font-weight: 400; font-weight: 400;
font-size: 16px; font-size: 16px;
-webkit-appearance: none;
} }
&::placeholder { &::placeholder {
......
...@@ -86,7 +86,7 @@ export default D.declare('view.page.Login', () => { ...@@ -86,7 +86,7 @@ export default D.declare('view.page.Login', () => {
<Button <Button
class={"button button--primary authorization-form__button"} class={"button button--primary authorization-form__button"}
type={"button"} type={"submit"}
onclick={checkCode} onclick={checkCode}
disabled={OR( disabled={OR(
loginStore.valFalse('codeValid'), loginStore.valFalse('codeValid'),
......
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