Display on the API token page the expiration in years

TODO: Translate these strings
This commit is contained in:
snipe 2020-11-09 22:55:27 -08:00
parent f4080a7aa9
commit ec14a117b7

View file

@ -27,6 +27,8 @@
<code>{{ url('/api/v1') }}</code></p>
<p>When you generate an API token, be sure to copy it down immediately as they will not be visible to you again. </p>
<p>API tokens will expire in {{ config('passport.expiration_years') }} years.</p>
</div>
</div>