We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54c4736 commit 32c4aa0Copy full SHA for 32c4aa0
QRCoder/PayloadGenerator.cs
@@ -2028,11 +2028,11 @@ private void ProcessCommonFields(StringBuilder sb)
2028
throw new Exception("Label must not have a ':'");
2029
}
2030
2031
- if (Label != null && Issuer != null)
+ if (Label != null && escapedIssuer != null)
2032
{
2033
label = escapedIssuer + ":" + Label;
2034
2035
- else if (Issuer != null)
+ else if (escapedIssuer != null)
2036
2037
label = escapedIssuer;
2038
0 commit comments