Admin: remove useless data in admin creation mail
This commit is contained in:
parent
8f767b3f76
commit
fb50606680
3 changed files with 2 additions and 4 deletions
|
@ -1,7 +1,6 @@
|
|||
class NewAdminMailer < ApplicationMailer
|
||||
def new_admin_email admin, password
|
||||
def new_admin_email admin
|
||||
@admin = admin
|
||||
@password = password
|
||||
|
||||
mail(to: 'tech@tps.apientreprise.fr',
|
||||
subject: "Création d'un compte Admin TPS")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue