hidePasswordReset property

  1. @TagNumber.new(6)
bool get hidePasswordReset

If enabled, the password reset link will be hidden on the login screen.

Implementation

@$pb.TagNumber(6)
$core.bool get hidePasswordReset => $_getBF(5);
  1. @TagNumber.new(6)
set hidePasswordReset (bool value)

Implementation

@$pb.TagNumber(6)
set hidePasswordReset($core.bool value) => $_setBool(5, value);