Skip to content

Commit 249c746

Browse files
committed
revert logout blade deletion
1 parent dd40927 commit 249c746

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/views/components/logout.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<div class="flex justify-center w-full">
2-
<form method="POST" action="{{ filament()->getCurrentPanel()->getLogoutUrl() }}">
2+
<form method="POST" action="{{ filament()->getCurrentOrDefaultPanel()->getLogoutUrl() }}">
33
@csrf
44
<x-filament::link tag="button" type="submit" weight="semibold">
55
{{__('filament-two-factor-authentication::components.logout.button')}}

0 commit comments

Comments
 (0)