diff --git a/resources/views/account/api.blade.php b/resources/views/account/api.blade.php
index 0be326edf..0a7c6bc0b 100644
--- a/resources/views/account/api.blade.php
+++ b/resources/views/account/api.blade.php
@@ -8,14 +8,28 @@
{{-- Page content --}}
@section('content')
- @if (!config('app.lock_passwords'))
-
{{ trans('general.feature_disabled') }}
- @endif + + +{{ trans('general.feature_disabled') }}
+ @endif +Your API endpoint is located at:
+ {{ url('/api/v1') }}
When you generate an API token, be sure to copy it down immediately as they will not be visible to you again.
+