import { withAccount } from "../lib/utils" ;(function () { if (context.user.auth()) return {} withAccount((login) => {}) })