Skip to content

Commit

Permalink
add noopener to the mfaSetupUrl link by the recommendation of Sonarcloud
Browse files Browse the repository at this point in the history
  • Loading branch information
briskt committed Jun 20, 2024
1 parent 416ea2e commit de270b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/material/themes/material/mfa/new-backup-codes.twig
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@
<div class="mdl-card__supporting-text">
<p>
{{ '{mfa:new_codes_failed}'|trans }}
<a href="{{ mfaSetupUrl }}" target="_blank">{{ mfaSetupUrl }}</a>
<a href="{{ mfaSetupUrl }}" target="_blank" rel="noopener">{{ mfaSetupUrl }}</a>
</p>
</div>
</div>
Expand Down

0 comments on commit de270b5

Please sign in to comment.