From 53a1059e69bcda7f17a37895d9498c2cd0f913ba Mon Sep 17 00:00:00 2001 From: cp6 Date: Wed, 2 Mar 2022 01:36:25 +1100 Subject: [PATCH] Updated API key output Updated API key output --- resources/views/account/index.blade.php | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/resources/views/account/index.blade.php b/resources/views/account/index.blade.php index 4cfdb51..55a3f57 100644 --- a/resources/views/account/index.blade.php +++ b/resources/views/account/index.blade.php @@ -34,16 +34,10 @@ -
+
- - API key - api_key - 255 - {{ Auth::user()->api_token }} - + API key: {{ Auth::user()->api_token }}
-

NOTE: API key cannot be updated