mirror of
https://github.com/LaCasemate/fab-manager.git
synced 2024-11-30 11:24:21 +01:00
8 lines
372 B
Plaintext
8 lines
372 B
Plaintext
<% provider = AuthProvider.from_strategy_name(@attached_object.provider) %>
|
|
<%= render 'notifications_mailer/shared/hello', recipient: @recipient %>
|
|
|
|
<p><%= t('.body.account_completed', PROVIDER: provider.name) %>
|
|
<%= "#{@attached_object.profile.full_name}" %> <<%= @attached_object.email%>>.</p>
|
|
|
|
<p><%= t('.body.provider_id', UID: @attached_object.uid) %></p>
|