chore: swagger comments

This commit is contained in:
2025-06-18 18:34:41 +03:00
parent b1ef3e06f6
commit 82a75bd616

View File

@@ -24,8 +24,7 @@ func RegistrationComplete(c *gin.Context) {
c.Status(http.StatusNotImplemented)
}
// TODO: Document instructions on 2FA
// @Summary Acquire tokens via login credentials or by providing 2FA code
// @Summary Acquire tokens via login credentials (and 2FA code if needed)
// @Tags Auth
// @Accept json
// @Produce json
@@ -52,7 +51,6 @@ func PasswordResetBegin(c *gin.Context) {
c.Status(http.StatusNotImplemented)
}
// TODO: Document instructions on 2FA
// @Summary Complete password reset with email code and provide 2FA code or backup code if needed
// @Tags Auth
// @Accept json