Skip to content

Commit

Permalink
Merge pull request #30 from garbast/latest
Browse files Browse the repository at this point in the history
Add fixes to template for TYPO 11.5
  • Loading branch information
zenobio93 authored Jan 17, 2022
2 parents 4f051cb + a099e48 commit ecb7260
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Classes/ResourceServer/Registry.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ class Registry
/**
* @var array Registered Resource Servers
*/
private static $registry;
private static $registry = [];

/**
* Registers a new ResourceServer for use within the Login Service
Expand Down
2 changes: 1 addition & 1 deletion Resources/Private/Layouts/OAuth2Login-11.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ <h1 class="sr-only"><f:translate key="login.header" /></h1>
</div>
</header>
<main class="card-body">
<f:if condition="{formType} == 'LoginForm'">
<f:if condition="{action} == 'login'">
<f:then>
<f:if condition="{hasLoginError}">
<div class="t3js-login-error" id="t3-login-error">
Expand Down

0 comments on commit ecb7260

Please sign in to comment.