vito/resources/views/profile/index.blade.php
Saeed Vaziry 9030427f78
Two factor (#47)
* init 2fa

* fix code style
2023-09-11 20:47:44 +02:00

10 lines
244 B
PHP

<x-profile-layout>
<x-slot name="pageTitle">{{ __("Profile") }}</x-slot>
<livewire:profile.update-profile-information />
<livewire:profile.update-password />
<livewire:profile.two-factor-authentication />
</x-profile-layout>