mirror of
https://github.com/aliasvault/aliasvault.git
synced 2026-01-25 22:37:57 -05:00
11 lines
363 B
Plaintext
11 lines
363 B
Plaintext
@inherits LayoutComponentBase
|
|
@using AliasVault.Client.Auth.Components
|
|
|
|
<div class="flex flex-col items-center justify-center px-6 pt-8 pb-8 mx-auto md:h-screen pt:mt-0 dark:bg-gray-900">
|
|
<Logo />
|
|
<div class="w-full max-w-xl p-6 sm:p-8 bg-white rounded-lg shadow dark:bg-gray-800">
|
|
<GlobalNotificationDisplay />
|
|
@Body
|
|
</div>
|
|
</div>
|