feat(TFARegController): QR-Code zu RegView hinzugefügt.
This commit is contained in:
@@ -1,11 +1,10 @@
|
||||
@{
|
||||
ViewData["Title"] = "Reg";
|
||||
var totpQR64 = ViewData["TotpQR64"] as string;
|
||||
}
|
||||
<div class="page container p-5">
|
||||
<header class="text-center">
|
||||
<div class="icon expired">
|
||||
<svg width="72" height="72" viewBox="0 0 48 48" version="1" xmlns="http://www.w3.org/2000/svg" enable-background="new 0 0 48 48"></svg>
|
||||
</div>
|
||||
<img src="data:image/png;base64,@totpQR64" style="width: 13rem; height: 13rem;">
|
||||
<h1>Title</h1>
|
||||
</header>
|
||||
<section class="text-center">
|
||||
|
||||
Reference in New Issue
Block a user