changed the login in button

This commit is contained in:
CatalinScr
2017-10-09 17:17:33 +03:00
parent 0a99478d9f
commit 21f1a48380
2 changed files with 5 additions and 14 deletions

View File

@@ -558,8 +558,7 @@ define([
placeholder: Msg.login_password,
}),
h('div.extra', [
h('button.login.first.btn', Msg.login_login),
h('button#register.btn.register.cp-login-register', Msg.login_register)
h('button.login.first.btn', Msg.login_login)
])
])
]),