Merge branch 'staging' of github.com:CatalinScr/cryptpad into catalin

This commit is contained in:
ansuz
2017-10-09 17:20:23 +02:00
3 changed files with 6 additions and 15 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)
])
])
]),