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

Commit f388f21

Browse files
author
Billy Clark
committed
finished up TODO's
1 parent ac6f67a commit f388f21

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

themes/material/core/loginuserpass.php

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -51,10 +51,8 @@ function onRecaptchaLoad() {
5151
<input type="hidden" name="csrf-token" value="<?= htmlentities($csrfToken); ?>" />
5252

5353
<div class="mdl-card mdl-shadow--8dp">
54-
<!--TODO: look at filling viewport on phones.-->
5554
<div class="mdl-card__media white-bg margin" layout-children="column">
56-
<!--TODO: update to /logo.png when done testing-->
57-
<img src="https://static.gtis.guru/idp-logo/sil-logo.png"
55+
<img src="/logo.png"
5856
alt="<?= $this->t('{material:login:logo}', ['{idpName}' => $idpName]) ?>">
5957
</div>
6058

@@ -99,7 +97,6 @@ function onRecaptchaLoad() {
9997

10098
<div class="mdl-card__actions" layout-children="row">
10199
<?php
102-
$forgotPasswordUrl = "asfsgf"; //TODO: remove when done testing.
103100
if (! empty($forgotPasswordUrl)) {
104101
?>
105102
<a href="<?= htmlentities($forgotPasswordUrl) ?>" target="_blank"

0 commit comments

Comments
 (0)