Initial commit
This commit is contained in:
5
api/hooks/order/put_update.js
Normal file
5
api/hooks/order/put_update.js
Normal file
@@ -0,0 +1,5 @@
|
||||
import { withAccount } from "../lib/utils"
|
||||
;(function () {
|
||||
if (context.user.auth()) return {}
|
||||
withAccount((login) => {})
|
||||
})
|
||||
Reference in New Issue
Block a user