Skip to content

Commit 8e6c7ea

Browse files
committed
chore: Update API Tokens view to include link to Settings menu
1 parent 9489a08 commit 8e6c7ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/views/livewire/security/api-tokens.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<div class="pb-4">
77
<h2>API Tokens</h2>
88
@if (!$isApiEnabled)
9-
<div>API is disabled. If you want to use the API, please enable it in the Settings menu.</div>
9+
<div>API is disabled. If you want to use the API, please enable it in the <a href="{{ route('settings.index') }}" class="underline dark:text-white">Settings</a> menu.</div>
1010
@else
1111
<div>Tokens are created with the current team as scope. You will only have access to this team's resources.
1212
</div>

0 commit comments

Comments
 (0)