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" 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">
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} ' ) ?> ">
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">
Original file line number Diff line number Diff 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">
You can’t perform that action at this time.
0 commit comments