Merge remote-tracking branch 'origin/develop'

This commit is contained in:
snipe 2022-06-29 00:25:00 -07:00
commit 467f59e193

View file

@ -28,13 +28,13 @@
</div> </div>
<p>{{ trans('account/general.api_base_url') }}<br> <p>{{ trans('account/general.api_base_url') }}<br>
<code>{{ url('/api/v1') }}{{!! trans('account/general.api_base_url_endpoint') !!}}</code></p> <code>{{ url('/api/v1') }}{!! trans('account/general.api_base_url_endpoint') !!}</code></p>
<p>{{ trans('account/general.api_token_expiration_time') }} <p>{{ trans('account/general.api_token_expiration_time') }}
<strong>{{ config('passport.expiration_years') }} {{ trans('general.years') }} </strong>.</p> <strong>{{ config('passport.expiration_years') }} {{ trans('general.years') }} </strong>.</p>
<p>{{!! trans('account/general.api_reference') !!}}</p> <p>{!! trans('account/general.api_reference') !!}</p>
</div> </div>
</div> </div>