feat(TFARegController): Initialisiert den MVC-Controller und den View zur Bearbeitung der TFA-Registrierung.
This commit is contained in:
14
EnvelopeGenerator.Web/Views/TFAReg/Reg.cshtml
Normal file
14
EnvelopeGenerator.Web/Views/TFAReg/Reg.cshtml
Normal file
@@ -0,0 +1,14 @@
|
||||
@{
|
||||
ViewData["Title"] = "Reg";
|
||||
}
|
||||
<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>
|
||||
<h1>Title</h1>
|
||||
</header>
|
||||
<section class="text-center">
|
||||
<p>Summary</p>
|
||||
</section>
|
||||
</div>
|
||||
Reference in New Issue
Block a user