auth_text_resetPasswordInstructions property

String get auth_text_resetPasswordInstructions

Please enter the email associated with your account and press the "Send Email" button. We will send you an email with the change password link.

Implementation

String get auth_text_resetPasswordInstructions {
  return Intl.message(
    'Please enter the email associated with your account and press the "Send Email" button.  We will send you an email with the change password link.',
    name: 'auth_text_resetPasswordInstructions',
    desc: '',
    args: [],
  );
}