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

Commit 9d62cee

Browse files
author
Billy Clark
committed
Revert "no such class exists"
This reverts commit b0301ca.
1 parent 9af4f5f commit 9d62cee

3 files changed

Lines changed: 6 additions & 3 deletions

File tree

themes/material/mfa/prompt-for-mfa-backupcode.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@
1818
<form layout-children="column" method="post" autocomplete="off">
1919
<div class="mdl-card mdl-shadow--8dp">
2020
<div class="mdl-card__media white-bg margin" layout-children="column">
21-
<img src="mfa-backupcode.svg" alt="<?= $this->t('{material:mfa:backupcode_icon}') ?>">
21+
<img src="mfa-backupcode.svg" class="icon"
22+
alt="<?= $this->t('{material:mfa:backupcode_icon}') ?>">
2223
</div>
2324

2425
<div class="mdl-card__title center">

themes/material/mfa/prompt-for-mfa-totp.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@
1818
<form layout-children="column" method="post" autocomplete="off">
1919
<div class="mdl-card mdl-shadow--8dp">
2020
<div class="mdl-card__media white-bg margin" layout-children="column">
21-
<img src="mfa-totp.svg" alt="<?= $this->t('{material:mfa:totp_icon}') ?>">
21+
<img src="mfa-totp.svg" alt="<?= $this->t('{material:mfa:totp_icon}') ?>"
22+
class="icon">
2223
</div>
2324

2425
<div class="mdl-card__title center">

themes/material/mfa/prompt-for-mfa-u2f.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,8 @@ function createHiddenInput(name) {
115115
<form layout-children="column" method="post">
116116
<div class="mdl-card mdl-shadow--8dp">
117117
<div class="mdl-card__media white-bg margin" layout-children="column">
118-
<img src="mfa-u2f.svg" alt="<?= $this->t('{material:mfa:u2f_icon}') ?>">
118+
<img src="mfa-u2f.svg" alt="<?= $this->t('{material:mfa:u2f_icon}') ?>"
119+
class="icon">
119120
</div>
120121

121122
<div class="mdl-card__title center">

0 commit comments

Comments
 (0)