Files
solidtime/resources/views/emails/auth-api-token-expired.blade.php

13 lines
276 B
PHP

@component('mail::message')
{{ __('The API token ":token" expired.', ['token' => $tokenName]) }}
{{ __('You can create a new API token in your profile:') }}
@component('mail::button', ['url' => $profileUrl])
{{ __('Go to your profile') }}
@endcomponent
@endcomponent