2026-08-05 19:35:13 +00:00
|
|
|
|
<x-layout-simple>
|
2026-06-20 00:23:12 +00:00
|
|
|
|
<x-auth.shell title="MapleDeploy" description="Verify your email address to activate your account.">
|
2026-08-05 19:35:13 +00:00
|
|
|
|
<div class="flex flex-col gap-4">
|
|
|
|
|
|
<div class="auth-guidance">
|
|
|
|
|
|
<x-reicon name="mail" class="mt-0.5 size-4 shrink-0" />
|
2026-06-20 00:23:12 +00:00
|
|
|
|
<p>We sent a verification link to your email address. Open it to continue to MapleDeploy.</p> {{-- MapleDeploy branding --}}
|
2023-10-09 12:20:55 +00:00
|
|
|
|
</div>
|
2026-08-05 19:35:13 +00:00
|
|
|
|
|
2023-10-09 12:20:55 +00:00
|
|
|
|
<livewire:verify-email />
|
|
|
|
|
|
</div>
|
2026-08-05 19:35:13 +00:00
|
|
|
|
|
|
|
|
|
|
<x-slot:footer>
|
|
|
|
|
|
<span class="text-center">
|
|
|
|
|
|
<span class="block sm:inline">Didn’t receive the email?</span>
|
|
|
|
|
|
<span class="block sm:ml-1 sm:inline">Check your spam folder or resend it.</span>
|
|
|
|
|
|
</span>
|
|
|
|
|
|
</x-slot:footer>
|
|
|
|
|
|
</x-auth.shell>
|
|
|
|
|
|
</x-layout-simple>
|