Skip to content

Commit

Permalink
fix WinkAuthor
Browse files Browse the repository at this point in the history
  • Loading branch information
mwamodo committed Jul 19, 2024
1 parent 33d0f65 commit cf723d4
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/WinkAuthor.php
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,11 @@ public function getAuthPassword()
return $this->password;
}

public function getAuthPasswordName()
{
return 'password';
}

/**
* Get the token value for the "remember me" session.
*
Expand Down

0 comments on commit cf723d4

Please sign in to comment.