changePassword method

String changePassword(
  1. BuildContext context
)

Label of change password button on ConfirmSignInNewPassword Form

Implementation

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