fix(account): submit verification through backend
This commit is contained in:
+8
-1
@@ -16,4 +16,11 @@ export { listReviews, listReviewsByOrder, listReviewsByTargetUser } from "./revi
|
||||
export { getServiceById, listServices, listServicesByPlayer } from "./services"
|
||||
export { getShopById, getShopByOwnerId, listShops } from "./shops"
|
||||
export { getWalletBalance, listWalletTransactions } from "./transactions"
|
||||
export { getCurrentUserForLogin, getUserById, switchCurrentRole, updateCurrentUser } from "./users"
|
||||
export {
|
||||
applyCurrentUserVerification,
|
||||
getCurrentUserForLogin,
|
||||
getUserById,
|
||||
listCurrentUserVerifications,
|
||||
switchCurrentRole,
|
||||
updateCurrentUser,
|
||||
} from "./users"
|
||||
|
||||
Reference in New Issue
Block a user