mirror of
https://github.com/LaCasemate/fab-manager.git
synced 2024-11-29 10:24:20 +01:00
11 lines
433 B
Plaintext
11 lines
433 B
Plaintext
<% provider = AuthProvider.from_strategy_name(@attached_object.provider) %>
|
|
<%= render 'notifications_mailer/shared/hello', recipient: @recipient %>
|
|
|
|
<p><%= t('.body.imported_account_merged',
|
|
PROVIDER: provider.name,
|
|
NAME: @attached_object&.profile&.full_name || t('api.notifications.deleted_user')) %>
|
|
<<%= @attached_object.email%>>.
|
|
</p>
|
|
|
|
<p><%= t('.body.provider_uid', UID: @attached_object.uid) %></p>
|