Admin: remove useless data in admin creation mail

This commit is contained in:
Simon Lehericey 2017-06-30 17:21:41 +02:00
parent 8f767b3f76
commit fb50606680
3 changed files with 2 additions and 4 deletions

View file

@ -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")