From 021b3328385e61ee31ed577ecde95dbbbe9d9f51 Mon Sep 17 00:00:00 2001 From: the-djmaze <> Date: Mon, 17 Jun 2024 14:58:35 +0200 Subject: [PATCH] Log mailto protocol for #1635 --- dev/App/User.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev/App/User.js b/dev/App/User.js index 31babbbb7..ab77dad53 100644 --- a/dev/App/User.js +++ b/dev/App/User.js @@ -224,7 +224,7 @@ export class AppUser extends AbstractApp { setTimeout(() => mailToHelper(SettingsGet('mailToEmail')), 500); if (!localStorage.getItem('register_protocol_offered')) { - // When auto-login is active + console.log('register mailto protocol'); navigator.registerProtocolHandler?.( 'mailto', location.protocol + '//' + location.host + location.pathname + '?mailto&to=%s',