Deep link to the user account in AdminFE in account confirmation emails
This commit is contained in:
parent
1aabc0672e
commit
3ca98878d2
2 changed files with 2 additions and 2 deletions
|
|
@ -63,7 +63,7 @@ defmodule Pleroma.Emails.AdminEmailTest do
|
|||
assert res.html_body == """
|
||||
<p>New account for review: <a href="#{account_url}">@#{account.nickname}</a></p>
|
||||
<blockquote>Plz let me in</blockquote>
|
||||
<a href="http://localhost:4001/pleroma/admin">Visit AdminFE</a>
|
||||
<a href="http://localhost:4001/pleroma/admin/#/users/#{account.id}/">Visit AdminFE</a>
|
||||
"""
|
||||
end
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue