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

Commit b0301ca

Browse files
author
Billy Clark
committed
no such class exists
1 parent 7bd09ad commit b0301ca

3 files changed

Lines changed: 3 additions & 6 deletions

File tree

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,7 @@
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" class="icon"
22-
alt="<?= $this->t('{material:mfa:backupcode_icon}') ?>">
21+
<img src="mfa-backupcode.svg" alt="<?= $this->t('{material:mfa:backupcode_icon}') ?>">
2322
</div>
2423

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

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,7 @@
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}') ?>"
22-
class="icon">
21+
<img src="mfa-totp.svg" alt="<?= $this->t('{material:mfa:totp_icon}') ?>">
2322
</div>
2423

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

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,8 +115,7 @@ 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}') ?>"
119-
class="icon">
118+
<img src="mfa-u2f.svg" alt="<?= $this->t('{material:mfa:u2f_icon}') ?>">
120119
</div>
121120

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

0 commit comments

Comments
 (0)