You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -170,18 +162,12 @@ public function retrieveByCredentials(array $credentials)
170
162
$auth_id = $auth->getUserid($username);
171
163
$new_user = $auth->getUser($auth_id);
172
164
173
-
error_reporting(-1);
174
-
175
165
if (empty($new_user)) {
176
166
// some legacy auth create users in the authenticate method, if it doesn't exist yet, lets try authenticate (Laravel calls retrieveByCredentials first)
0 commit comments