diff --git a/auth/auth.go b/auth/auth.go index aed84e2b..02fb1413 100644 --- a/auth/auth.go +++ b/auth/auth.go @@ -5,7 +5,7 @@ import "github.com/animenotifier/notify.moe/utils" const newUserStartRoute = "/settings" -// Install ... +// Install installs the authentication routes in the application. func Install(app *aero.Application) { // Google InstallGoogleAuth(app)