Skip to content

Commit

Permalink
Add fixes to template for TYPO 11.5
Browse files Browse the repository at this point in the history
  • Loading branch information
garbast committed Dec 1, 2021
1 parent 4f051cb commit a099e48
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 a099e48

Please sign in to comment.