🔒 (security) remove disableDevtools
Removed disableDevtools from the security features because it was redundant with the popup feature, which caused the authentication popup to always close.
This commit is contained in:
@ -25,9 +25,6 @@ const LoginPage = () => {
|
||||
);
|
||||
|
||||
useEffect(() => {
|
||||
// Prevent opening devtools while in authentication page
|
||||
// disableDevtool();
|
||||
|
||||
/**
|
||||
* Check if the window has an opener (i.e., it was opened by another window)
|
||||
* If it does, the security checkup has passed.
|
||||
|
||||
Reference in New Issue
Block a user