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) {
|
if (needsConfirmation) {
|
||||||
return dispatch(snackbar.info('You must confirm your email.'));
|
return dispatch(snackbar.info('You must confirm your email.'));
|
||||||
} else if (needsApproval) {
|
} 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 {
|
} else {
|
||||||
return dispatch(fetchMe());
|
return dispatch(fetchMe());
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue