Improve pending account message
This commit is contained in:
parent
c822ce0c90
commit
2b3d86f390
1 changed files with 1 additions and 1 deletions
|
@ -176,7 +176,7 @@ export function register(params) {
|
|||
if (needsConfirmation) {
|
||||
return dispatch(snackbar.info('You must confirm your email.'));
|
||||
} else if (needsApproval) {
|
||||
return dispatch(snackbar.info('Your account is being reviewed.'));
|
||||
return dispatch(snackbar.info('Your account is pending review by an admin.'));
|
||||
} else {
|
||||
return dispatch(fetchMe());
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue