We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7984a58 commit 57b31e6Copy full SHA for 57b31e6
modules/core/js_modules/route_handlers.js
@@ -114,7 +114,9 @@ function applyMessagePageHandlers(routeParams) {
114
}
115
116
function applyComposePageHandlers(routeParams) {
117
- applySmtpComposePageHandlers(routeParams);
+ if (hm_is_logged()) {
118
+ applySmtpComposePageHandlers(routeParams);
119
+ }
120
if (hm_module_is_supported('contacts')) {
121
applyContactsAutocompleteComposePageHandlers(routeParams);
122
0 commit comments