mirror of
https://github.com/jtomchak/akkoma.git
synced 2025-03-22 10:47:49 +01:00
Fix response
This commit is contained in:
parent
f89728ad95
commit
384b7dd40d
1 changed files with 1 additions and 1 deletions
|
@ -438,7 +438,7 @@ defmodule Pleroma.Web.AdminAPI.AdminAPIController do
|
|||
conn
|
||||
|> json(%{
|
||||
token: token.token,
|
||||
link: "#{protocol}://#{host}/api/pleroma/password_reset/#{token}"
|
||||
link: "#{protocol}://#{host}/api/pleroma/password_reset/#{token.token}"
|
||||
})
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in a new issue