added in basic auth from env variable
This commit is contained in:
@@ -159,7 +159,7 @@ let Login = (props) => {
|
||||
shallow: true,
|
||||
})
|
||||
: "";
|
||||
}, []);
|
||||
}, [cookies.pinsUser, router]);
|
||||
|
||||
return (
|
||||
<div className="card" id="login-card">
|
||||
|
||||
Reference in New Issue
Block a user