UX: show user email address on "grant admin access" email and UI

This commit is contained in:
Arpit Jalan
2019-11-04 14:47:00 +05:30
parent f66e5d38d3
commit b7327d2c34
5 changed files with 9 additions and 5 deletions

View File

@ -26,6 +26,7 @@ class AdminConfirmation
Jobs.enqueue(
:admin_confirmation_email,
to_address: @performed_by.email,
target_email: @target_user.email,
target_username: @target_user.username,
token: @token
)