Skip to content

Commit

Permalink
add missing methods on Authenticable class
Browse files Browse the repository at this point in the history
  • Loading branch information
danilopolani committed Mar 10, 2024
1 parent 0202fb5 commit 268faec
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/FusionAuthJwtUser.php
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,14 @@ public function getAuthPassword()
return '';
}

/**
* {@inheritDoc}
*/
public function getAuthPasswordName()
{
return '';
}

/**
* {@inheritDoc}
*/
Expand Down

0 comments on commit 268faec

Please sign in to comment.