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

Commit 64f51bd

Browse files
author
Billy Clark
committed
incorporated PR feedback.
1 parent c0f2efc commit 64f51bd

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
@@ -109,7 +109,7 @@ function onRecaptchaLoad() {
109109

110110
<div class="mdl-card__actions" layout-children="row">
111111
<?php
112-
$forgotPasswordUrl = htmlentities($this->configuration->getValue('forgotPasswordUrl'));
112+
$forgotPasswordUrl = htmlentities($this->configuration->getValue('passwordForgotUrl'));
113113
if (! empty($forgotPasswordUrl)) {
114114
?>
115115
<a href="<?= $forgotPasswordUrl ?>" target="_blank"

0 commit comments

Comments
 (0)