diff --git a/auth/auth.go b/auth/auth.go index 1a6ae57..cb3b9f7 100644 --- a/auth/auth.go +++ b/auth/auth.go @@ -40,7 +40,7 @@ func Callback(c *gin.Context) { } // For now, redirect to profile page after successful login - c.Redirect(http.StatusTemporaryRedirect, "/") + c.Redirect(http.StatusTemporaryRedirect, "/welcome") } func Logout(c *gin.Context) {