This commit is contained in:
Andras Bacsai
2023-06-08 08:18:14 +02:00
parent 91fb7b09bf
commit 5286aa2b1d
14 changed files with 29 additions and 83 deletions

View File

@@ -1,13 +1,6 @@
<x-layout>
<h1>Profile</h1>
<nav class="flex pt-2 pb-10 text-sm">
<ol class="inline-flex items-center">
<li class="inline-flex items-center">
Your user profile settings.
</li>
</ol>
</nav>
<div class="pt-2 pb-10 text-sm">Your user profile settings.</div>
<livewire:profile.form :request="$request" />
<h3 class="py-4">Two-factor Authentication</h3>
@if (session('status') == 'two-factor-authentication-enabled')