From 4081b8b3751351152249bd331461712929ac7ba9 Mon Sep 17 00:00:00 2001 From: Vitalii Kiiko Date: Thu, 5 Dec 2024 09:39:29 +0100 Subject: [PATCH] - updated hotkeys; --- src/pages/Login/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/Login/index.js b/src/pages/Login/index.js index 3b7a6d8..eacfec4 100644 --- a/src/pages/Login/index.js +++ b/src/pages/Login/index.js @@ -116,7 +116,7 @@ const Login = () => { /*if ('t7jh5wfg9QXylNaTZkPoE' === APP_HUB_ID) { setIsMaintenance(true); }*/ - hotkeys('command+x', function(event, handler){ + hotkeys('command+x,ctrl+x', function(event, handler){ window.location.replace('/loginadmin') }); }, []);