coolify/resources/views/emails/api-token-expiring.blade.php

8 lines
314 B
PHP
Raw Normal View History

<x-emails.layout>
Your MapleDeploy API token ({{ $tokenName }}) expires on {{ $expiresAt }}. {{-- MapleDeploy branding --}}
Rotate this token before it expires. API calls using this token will start failing once the expiration time is reached.
Manage your API tokens [here]({{ $manageUrl }}).
</x-emails.layout>