From: eal Date: Thu, 16 Nov 2017 18:47:44 +0000 (+0200) Subject: Redirect to Getting Started on login. X-Git-Url: https://git.squeep.com/?a=commitdiff_plain;h=9c60cc88dfd1401ddc7d67ea7ec6d0220f11c242;p=akkoma Redirect to Getting Started on login. --- diff --git a/lib/pleroma/web/mastodon_api/mastodon_api_controller.ex b/lib/pleroma/web/mastodon_api/mastodon_api_controller.ex index bbd003b06..e1256c7b6 100644 --- a/lib/pleroma/web/mastodon_api/mastodon_api_controller.ex +++ b/lib/pleroma/web/mastodon_api/mastodon_api_controller.ex @@ -579,7 +579,7 @@ defmodule Pleroma.Web.MastodonAPI.MastodonAPIController do {:ok, token} <- Token.exchange_token(app, auth) do conn |> put_session(:oauth_token, token.token) - |> redirect(to: "/web/timelines/public") + |> redirect(to: "/web/getting-started") end end