Email Verification
api.get('/api/account', auth.verify('owner', 'account.read', 'unverified'), use(accountController.get));Disable Email Verification
"email": {
"user_verification": false
}Last updated
api.get('/api/account', auth.verify('owner', 'account.read', 'unverified'), use(accountController.get));"email": {
"user_verification": false
}Last updated