diff options
Diffstat (limited to 'internal/ui/oauth2_callback.go')
-rw-r--r-- | internal/ui/oauth2_callback.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/ui/oauth2_callback.go b/internal/ui/oauth2_callback.go index 4810afab..cf223da8 100644 --- a/internal/ui/oauth2_callback.go +++ b/internal/ui/oauth2_callback.go @@ -149,5 +149,5 @@ func (h *handler) oauth2Callback(w http.ResponseWriter, r *http.Request) { config.Opts.BasePath(), )) - html.Redirect(w, r, route.Path(h.router, "unread")) + html.Redirect(w, r, route.Path(h.router, user.DefaultHomePage)) } |