diff --git a/confirm/confirm.go b/confirm/confirm.go index 86ab838..885f73a 100644 --- a/confirm/confirm.go +++ b/confirm/confirm.go @@ -181,7 +181,7 @@ func (c *Confirm) confirmHandler(ctx *authboss.Context, w http.ResponseWriter, r } ctx.SessionStorer.Put(authboss.SessionKey, key) - render.Redirect(ctx, w, r, "/", "You have successfully confirmed your account.", "") + render.Redirect(ctx, w, r, authboss.Cfg.RegisterOKPath, "You have successfully confirmed your account.", "") return nil }