Skip to content

Commit 64b9989

Browse files
authored
chore: disable remaining 2fa references (#647)
1 parent 2cb5078 commit 64b9989

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

resources/views/pages/blog/kiosk/dashboard.blade.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@
2020
</a>
2121
</div>
2222

23-
<div class="px-4 pt-5 mt-5 border-t lg:pt-8 lg:mt-8 border-theme-secondary-200">
23+
{{-- <div class="px-4 pt-5 mt-5 border-t lg:pt-8 lg:mt-8 border-theme-secondary-200">
2424
<livewire:profile.two-factor-authentication-form />
25-
</div>
25+
</div> --}}
2626
</div>
2727
</x-ark-container>
2828
@endsection

src/Blog/Models/User.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
use Illuminate\Foundation\Auth\User as Authenticatable;
1313
use Illuminate\Notifications\Notifiable;
1414
use Illuminate\Support\Str;
15-
use Laravel\Fortify\TwoFactorAuthenticatable;
15+
//use Laravel\Fortify\TwoFactorAuthenticatable;
1616
use Spatie\MediaLibrary\HasMedia;
1717
use Spatie\MediaLibrary\InteractsWithMedia;
1818
use Spatie\PersonalDataExport\ExportsPersonalData;
@@ -28,7 +28,7 @@ class User extends Authenticatable implements HasMedia, ExportsPersonalData
2828
use Notifiable;
2929
use InteractsWithMedia;
3030
use SoftDeletes;
31-
use TwoFactorAuthenticatable;
31+
//use TwoFactorAuthenticatable;
3232

3333
/**
3434
* The attributes that aren't mass assignable.

0 commit comments

Comments
 (0)