- updated hotkeys;

This commit is contained in:
Vitalii Kiiko
2024-12-05 09:39:29 +01:00
parent 1c6c3c2294
commit 4081b8b375

View File

@@ -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')
});
}, []);