hidePasswordReset property
If enabled, the password reset link will be hidden on the login screen.
Implementation
@$pb.TagNumber(6)
$core.bool get hidePasswordReset => $_getBF(5);
Implementation
@$pb.TagNumber(6)
set hidePasswordReset($core.bool value) => $_setBool(5, value);