Skip to content

Commit

Permalink
feat: passwordLabel default as undefined
Browse files Browse the repository at this point in the history
  • Loading branch information
terwer committed Apr 8, 2024
1 parent a3e6806 commit 61ee3b5
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions libs/zhi-blog-api/src/lib/blogConfig.ts
Original file line number Diff line number Diff line change
Expand Up @@ -304,10 +304,8 @@ abstract class BlogConfig {
this.home = ""
this.apiUrl = ""
this.username = ""
this.usernameLabel = "用户名"
this.passwordType = PasswordType.PasswordType_Password
this.password = ""
this.passwordLabel = "密码"
this.blogid = ""
this.blogName = ""
this.posidKey = ""
Expand Down

0 comments on commit 61ee3b5

Please sign in to comment.