Skip to content

Commit 2c86d45

Browse files
committed
fix source (User Agent): "plugin-" removed.
1 parent 4e87ceb commit 2c86d45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/ai/deepcode/jbplugin/core/LoginUtils.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ public class LoginUtils {
1818
private LoginUtils() {}
1919

2020
private static final String userAgent =
21-
"JetBrains-plugin-"
21+
"JetBrains-"
2222
+ ApplicationNamesInfo.getInstance().getProductName()
2323
+ "-"
2424
+ ApplicationInfo.getInstance().getFullVersion();

0 commit comments

Comments
 (0)