Auth System
This commit is contained in:
11
FoodsharingSiegen.Server/Shared/LoginLayout.razor
Normal file
11
FoodsharingSiegen.Server/Shared/LoginLayout.razor
Normal file
@@ -0,0 +1,11 @@
|
||||
@inherits LayoutComponentBase
|
||||
|
||||
<PageTitle>Login</PageTitle>
|
||||
|
||||
<div class="page">
|
||||
<main>
|
||||
<article class="content px-4">
|
||||
@Body
|
||||
</article>
|
||||
</main>
|
||||
</div>
|
||||
Reference in New Issue
Block a user