Skip to content

Commit 9108a0c

Browse files
committed
error lg
1 parent a39dcbe commit 9108a0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

models/User.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ public function getAuthKey()
8181

8282
public function validateAuthKey($authKey)
8383
{
84-
return $this->auth_key === $authKey;
84+
return null;
8585
}
8686

8787
public static function findByUsername($username)

0 commit comments

Comments
 (0)