Skip to content

Commit

Permalink
ENH Update code to reflect changes in template layer
Browse files Browse the repository at this point in the history
  • Loading branch information
GuySartorelli committed Oct 14, 2024
1 parent 195d520 commit c39f2be
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Authenticator/LoginHandler.php
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ public function doLogin($data, MemberLoginForm $form, HTTPRequest $request)

/**
* Action handler for loading the MFA authentication React app
* Template variables defined here will be used by the rendering controller's template - normally Page.ss
* Template variables defined here will be used by the rendering controller's template - normally Page
*
* @return HTTPResponse|array
*/
Expand Down
2 changes: 1 addition & 1 deletion src/Service/MethodRegistry.php
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ public function getMethods(): array
if (!$method instanceof MethodInterface) {
throw new UnexpectedValueException(sprintf(
'Given method "%s" does not implement %s',
$method,
get_class($method),
MethodInterface::class
));
}
Expand Down

0 comments on commit c39f2be

Please sign in to comment.