mirror of
https://github.com/glitch-soc/mastodon.git
synced 2025-02-02 13:03:05 -05:00
Fix error in AdminMailer#new_pending_account (#10264)
This commit is contained in:
parent
6841d8fc74
commit
874bd3ac0c
@ -15,8 +15,8 @@ class AdminMailer < ApplicationMailer
|
|||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
def new_pending_account(recipient, account)
|
def new_pending_account(recipient, user)
|
||||||
@account = account
|
@account = user.account
|
||||||
@me = recipient
|
@me = recipient
|
||||||
@instance = Rails.configuration.x.local_domain
|
@instance = Rails.configuration.x.local_domain
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user