This repository was archived by the owner on Jun 25, 2024. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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">
Original file line number Diff line number Diff line change 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">
Original file line number Diff line number Diff 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">
You can’t perform that action at this time.
0 commit comments