Skip to content

Commit

Permalink
change login failure flow
Browse files Browse the repository at this point in the history
  • Loading branch information
asika32764 committed Nov 4, 2018
1 parent f4b56f1 commit 7a1c745
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions libraries/src/Application/CMSApplication.php
Expand Up @@ -855,9 +855,9 @@ public function login($credentials, $options = array())

// The user is successfully logged in. Run the after login events
$this->triggerEvent('onUserAfterLogin', array($options));

return true;
}

return true;
}

// Trigger onUserLoginFailure Event.
Expand Down

0 comments on commit 7a1c745

Please sign in to comment.