confirmResetPassword method

String confirmResetPassword(
  1. BuildContext context
)

Label of button to confirm the reset of a user's password

Implementation

String confirmResetPassword(BuildContext context) {
  return AuthenticatorLocalizations.buttonsOf(context).confirmResetPassword;
}