mirror of
https://github.com/jtomchak/akkoma.git
synced 2025-01-31 20:09:08 +01:00
Redirect to Getting Started on login.
This commit is contained in:
parent
a743940463
commit
9c60cc88df
1 changed files with 1 additions and 1 deletions
|
@ -579,7 +579,7 @@ defmodule Pleroma.Web.MastodonAPI.MastodonAPIController do
|
||||||
{:ok, token} <- Token.exchange_token(app, auth) do
|
{:ok, token} <- Token.exchange_token(app, auth) do
|
||||||
conn
|
conn
|
||||||
|> put_session(:oauth_token, token.token)
|
|> put_session(:oauth_token, token.token)
|
||||||
|> redirect(to: "/web/timelines/public")
|
|> redirect(to: "/web/getting-started")
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue