From 8e6c7eaeda04dad56f4e48d896d643f030900991 Mon Sep 17 00:00:00 2001 From: Andras Bacsai Date: Fri, 27 Sep 2024 17:23:36 +0200 Subject: [PATCH] chore: Update API Tokens view to include link to Settings menu --- resources/views/livewire/security/api-tokens.blade.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/views/livewire/security/api-tokens.blade.php b/resources/views/livewire/security/api-tokens.blade.php index ed201e3ab..6d94691b4 100644 --- a/resources/views/livewire/security/api-tokens.blade.php +++ b/resources/views/livewire/security/api-tokens.blade.php @@ -6,7 +6,7 @@

API Tokens

@if (!$isApiEnabled) -
API is disabled. If you want to use the API, please enable it in the Settings menu.
+
API is disabled. If you want to use the API, please enable it in the Settings menu.
@else
Tokens are created with the current team as scope. You will only have access to this team's resources.