Commit fcd27e40 by talequale

wip

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