hideLoginNameSuffix property

  1. @TagNumber(4)
bool hideLoginNameSuffix

hides the org suffix on the login form if the scope "urn:zitadel:iam:org:domain:primary:{domainname}" is set

Implementation

@$pb.TagNumber(4)
$core.bool get hideLoginNameSuffix => $_getBF(3);
  1. @TagNumber(4)
void hideLoginNameSuffix=(bool v)

Implementation

@$pb.TagNumber(4)
set hideLoginNameSuffix($core.bool v) { $_setBool(3, v); }