awaitingVerification method

  1. @override
String awaitingVerification(
  1. String orgTypeText,
  2. String name
)
override

No description provided for @awaitingVerification.

In en, this message translates to: 'We are unable to log you in as the {orgTypeText}organization named "{name}" which you are associated with, is under review. If you just created the organization then we will reach out to you via email if there are any issues with the verification. Please give us 48 hours to complete the review. Once complete you can log back in and access all the features available to your organization.'

Implementation

@override
String awaitingVerification(String orgTypeText, String name) {
  return 'We are unable to log you in as the ${orgTypeText}organization named \"**$name**\" which you are associated with, is under review. If you just created the organization then we will reach out to you via email if there are any issues with the verification. Please give us 48 hours to complete the review. Once complete you can log back in and access all the features available to your organization.';
}