Skip to content

Commit

Permalink
Merge pull request #175 from creative-commoners/pulls/6.0/rename-ffv
Browse files Browse the repository at this point in the history
API Rename FormField Value to getFormattedValue
  • Loading branch information
GuySartorelli authored Feb 12, 2025
2 parents 2709028 + 6ad8a1f commit 9e56e58
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Authenticator/MiniLoginForm.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ public function getRealMeMiniLoginLink()
$buttonName = sprintf('action_%s', MiniLoginForm::$action_button_name);
$action = $this->Actions()->fieldByName($buttonName);

$authMethod = $fields->dataFieldByName('AuthenticationMethod')->Value();
$token = $fields->dataFieldByName('SecurityID')->Value();
$authMethod = $fields->dataFieldByName('AuthenticationMethod')->getValue();
$token = $fields->dataFieldByName('SecurityID')->getValue();
$actionName = $action->getName();
$actionValue = _t(LoginForm::class . '.LOGINBUTTON', 'LoginAction');

Expand Down

0 comments on commit 9e56e58

Please sign in to comment.