- added pages for CONFIDI user;
This commit is contained in:
@@ -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 (
|
||||
|
||||
Reference in New Issue
Block a user