Skip to content

Commit cf2b39d

Browse files
committed
wip
1 parent d858143 commit cf2b39d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/views/admin/users.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@
9292
@endcan
9393

9494
{{-- Toggle Verified Author --}}
95-
@can(App\Policies\UserPolicy::VERIFY_AUTHOR, $user)
95+
@can(App\Policies\UserPolicy::ADMIN, $user)
9696
@if ($user->isVerifiedAuthor())
9797
<button title="Unverify {{ $user->name() }} as author"
9898
@click="activeModal = 'unverifyAuthor{{ $user->getKey() }}'"

0 commit comments

Comments
 (0)