Registration tests
This commit is contained in:
parent
28005563f0
commit
521e965884
3 changed files with 23 additions and 5 deletions
|
|
@ -34,8 +34,8 @@ defmodule Pleroma.Web.TwitterAPI.Controller do
|
|||
{:ok, _} <-
|
||||
user
|
||||
|> User.confirmation_changeset(need_confirmation: false)
|
||||
|> User.update_and_set_cache()
|
||||
|> User.post_register_action() do
|
||||
|> User.update_and_set_cache() do
|
||||
User.post_register_action(user)
|
||||
redirect(conn, to: "/")
|
||||
end
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue