Fix response

This commit is contained in:
Maxim Filippov 2019-09-18 18:06:49 +03:00
parent f89728ad95
commit 384b7dd40d

View file

@ -438,7 +438,7 @@ defmodule Pleroma.Web.AdminAPI.AdminAPIController do
conn conn
|> json(%{ |> json(%{
token: token.token, token: token.token,
link: "#{protocol}://#{host}/api/pleroma/password_reset/#{token}" link: "#{protocol}://#{host}/api/pleroma/password_reset/#{token.token}"
}) })
end end