This commit is contained in:
shimingxy
2026-05-20 19:34:41 +08:00
parent 7087b15ae3
commit ab26dffc1a

View File

@@ -247,7 +247,7 @@ public class LoginCredential implements Authentication {
builder.append(", username=");
builder.append(username);
builder.append(", password=");
builder.append(password);
builder.append("********");
builder.append(", state=");
builder.append(state);
builder.append(", mobile=");