Merge branch 'staging' of github.com:xwiki-labs/cryptpad into staging

This commit is contained in:
yflory
2017-10-09 17:30:14 +02:00
6 changed files with 12 additions and 16 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)
])
])
]),