mirror of
https://github.com/Unleash/unleash.git
synced 2025-02-09 00:18:00 +01:00
fix: remove console log
This commit is contained in:
parent
79031bfb48
commit
a47d53d0f4
@ -56,7 +56,6 @@ const PasswordAuth = ({ authDetails, redirect }) => {
|
||||
try {
|
||||
await passwordAuth(authDetails.path, username, password);
|
||||
refetchUser();
|
||||
console.log('hio')
|
||||
history.push(redirect);
|
||||
} catch (error) {
|
||||
if (error.statusCode === 404 || error.statusCode === 400) {
|
||||
|
Loading…
Reference in New Issue
Block a user