feat(Reg): CSS zu .tfaQrCode hinzugefügt
This commit is contained in:
parent
f5028a82fa
commit
311009bc97
@ -48,7 +48,7 @@
|
||||
</h2>
|
||||
<div id="collapseTwo" class="accordion-collapse collapse" data-bs-parent="#tfaRegStep">
|
||||
<div class="accordion-body">
|
||||
<div class="text-center m-0 p-0"><img class="tfaQrCode" src="data:image/png;base64,@totpQR64" style="width: 13rem; height: 13rem;"></div>
|
||||
<div class="text-center m-0 p-0"><img class="tfaQrCode" src="data:image/png;base64,@totpQR64"></div>
|
||||
<p class="text-wrap fw-medium">Sobald Sie eine Zwei-Faktor-Authentifizierung App installiert haben, können Sie fortfahren und innerhalb der Applikation die Option zum Scannen eines QR-Codes suchen und bestätigen. Im Anschluss, sobald die Kamera freigegeben wurde, können Sie den QR-Code von uns scannen.</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@ -619,3 +619,7 @@ footer#page-footer {
|
||||
height: 4rem;
|
||||
}
|
||||
}
|
||||
|
||||
#tfaRegStep .tfaQrCode {
|
||||
width: 7rem;
|
||||
}
|
||||
File diff suppressed because one or more lines are too long
Loading…
x
Reference in New Issue
Block a user