Skip to content

Commit

Permalink
Update FlarumAuthenticationProvider.php
Browse files Browse the repository at this point in the history
  • Loading branch information
llaumgui authored Dec 19, 2023
1 parent fbd9d08 commit f0a789b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/FlarumAuthenticationProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ public function testUserForCreation( $user, $autocreate, array $options = [] ) {
* @param User|null $user
* @param AuthenticationResponse $response
*/
public function postAuthentication( $user, AuthenticationResponse $response ) : void {
public function postAuthentication( $user, AuthenticationResponse $response ): void {
if ( $user && $response->status === AuthenticationResponse::PASS
&& $this->flarumUser->exists()
&& $this->flarumUser->isEmailConfirmed()
Expand Down

0 comments on commit f0a789b

Please sign in to comment.