fix buttons for no contacts

pull/1/head
David Benqué 5 years ago
parent b6228421f6
commit 516181acf2

@ -1030,7 +1030,7 @@ define([
name: Messages.login_register, name: Messages.login_register,
onClick: function () { onClick: function () {
common.setLoginRedirect(function () { common.setLoginRedirect(function () {
common.openURL('/login/'); common.gotoURL('/register/');
}); });
} }
}, { }, {
@ -1038,7 +1038,7 @@ define([
name: Messages.login_login, name: Messages.login_login,
onClick: function () { onClick: function () {
common.setLoginRedirect(function () { common.setLoginRedirect(function () {
common.openURL('/register/'); common.gotoURL('/login/');
}); });
} }
} }

Loading…
Cancel
Save