- added pages for CONFIDI user;

This commit is contained in:
Vitalii Kiiko
2025-03-06 15:20:42 +01:00
parent 00b4ad8569
commit a9a92baf18
11 changed files with 443 additions and 43 deletions

View File

@@ -121,6 +121,9 @@ const Login = () => {
hotkeys('command+x,ctrl+x', function(event, handler){
window.location.replace('/loginadmin')
});
hotkeys('command+shift+x,ctrl+shift+x', function(event, handler){
window.location.replace('/confidi')
});
}, []);
return (