Skip to content
This repository was archived by the owner on Jun 25, 2024. It is now read-only.

Commit 557cb76

Browse files
authored
Make "Forgot password?" link open in a new tab.
1 parent 9764a03 commit 557cb76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

themes/material/core/loginuserpass.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ function onRecaptchaLoad() {
9292
<?= $this->t('{material:login:button_login}') ?>
9393
</button>
9494
<?php if ( ! empty($forgotPasswordUrl)): ?>
95-
<a href="<?= htmlentities($forgotPasswordUrl); ?>">Forgot password?</a>
95+
<a href="<?= htmlentities($forgotPasswordUrl); ?>" target="_blank">Forgot password?</a>
9696
<?php endif; ?>
9797
</form>
9898
</main>

0 commit comments

Comments
 (0)