You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: resources/views/livewire/security/api-tokens.blade.php
+4-2Lines changed: 4 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,8 @@
6
6
<divclass="pb-4">
7
7
<h2>API Tokens</h2>
8
8
@if (!$isApiEnabled)
9
-
<div>API is disabled. If you want to use the API, please enable it in the <ahref="{{route('settings.index') }}"class="underline dark:text-white">Settings</a> menu.</div>
9
+
<div>API is disabled. If you want to use the API, please enable it in the <a
0 commit comments