disableLoginWithEmail property
By default, users can login with their verified email address additionally to their login name. Setting this to true disables the email login. Note: If the email is set as the login name, this setting has no effect.
Implementation
@$pb.TagNumber(17)
$core.bool get disableLoginWithEmail => $_getBF(16);
Implementation
@$pb.TagNumber(17)
set disableLoginWithEmail($core.bool value) => $_setBool(16, value);