mirror of
https://github.com/wassname/talk.git
synced 2026-06-28 15:07:24 +08:00
7 lines
128 B
JavaScript
7 lines
128 B
JavaScript
module.exports = [
|
|
'ACTIVE',
|
|
'BANNED',
|
|
'PENDING',
|
|
'APPROVED' // Indicates that the users' username has been approved
|
|
];
|