Skip to content

Commit fd0bb40

Browse files
wolfboysCopilot
andauthored
Update streampark-console/streampark-console-service/src/main/java/org/apache/streampark/console/system/authentication/JWTSecret.java
Co-authored-by: Copilot <[email protected]>
1 parent 1c8a2f2 commit fd0bb40

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • streampark-console/streampark-console-service/src/main/java/org/apache/streampark/console/system/authentication

streampark-console/streampark-console-service/src/main/java/org/apache/streampark/console/system/authentication/JWTSecret.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ public static byte[] getJWTSecret() {
4747
return keyBytes;
4848
}
4949

50-
// 生成新密钥
50+
// Generate new key
5151
keyBytes = generateNewKey();
5252
saveNewKey(keyBytes, keyPath);
5353
return keyBytes;

0 commit comments

Comments
 (0)