Skip to content

Commit

Permalink
Revert "[BUGFIX] Remove invalid button attribute"
Browse files Browse the repository at this point in the history
This reverts commit e6bd4f0.

Reason for revert: Firefox acts funny with missing autocomplete.

Change-Id: If6ecdbacb4a1cd7f81464f820975dc1508e6564c
Reverts: #92619
Releases: master
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/66336
Tested-by: Oliver Bartsch <bo@cedev.de>
Tested-by: TYPO3com <noreply@typo3.com>
Tested-by: Christian Kuhn <lolli@schwarzbu.ch>
Reviewed-by: Oliver Bartsch <bo@cedev.de>
Reviewed-by: Christian Kuhn <lolli@schwarzbu.ch>
  • Loading branch information
lolli42 committed Oct 28, 2020
1 parent bfb14cf commit ae79e25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion typo3/sysext/backend/Resources/Private/Layouts/Login.html
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
<f:render section="loginFormFields" />

<div class="form-group" id="t3-login-submit-section">
<button class="btn btn-block btn-login t3js-login-submit" id="t3-login-submit" type="submit" name="commandLI" data-loading-text="<i class='fa fa-circle-o-notch fa-spin'></i> {f:translate(key: 'login.process')}">
<button class="btn btn-block btn-login t3js-login-submit" id="t3-login-submit" type="submit" name="commandLI" data-loading-text="<i class='fa fa-circle-o-notch fa-spin'></i> {f:translate(key: 'login.process')}" autocomplete="off">
<f:translate key="login.submit" />
</button>
</div>
Expand Down

0 comments on commit ae79e25

Please sign in to comment.