Forgot to add a space on the register page

This commit is contained in:
Marcel Baumgartner
2023-05-21 21:48:54 +02:00
parent 290cf0211d
commit a9be74b7b6

View File

@@ -41,7 +41,7 @@
<div class="h-15px me-3"> <div class="h-15px me-3">
<i class="mb-1 bx bx-md bx-fingerprint"></i> <i class="mb-1 bx bx-md bx-fingerprint"></i>
</div> </div>
<TL>Sign in with</TL> @(provider.Value.DisplayName) <TL>Sign in with</TL>&nbsp; @(provider.Value.DisplayName)
</a> </a>
</div> </div>
} }