mirror of
https://github.com/eiblog/eiblog.git
synced 2026-02-19 04:42:27 +08:00
fix(pwd): fix init pwd
This commit is contained in:
2
pkg/cache/cache.go
vendored
2
pkg/cache/cache.go
vendored
@@ -443,7 +443,7 @@ func (c *Cache) loadOrInit() error {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
// account
|
// account
|
||||||
pwd := tools.EncryptPasswd(blogapp.Account.Password,
|
pwd := tools.EncryptPasswd(blogapp.Account.Username,
|
||||||
blogapp.Account.Password)
|
blogapp.Account.Password)
|
||||||
|
|
||||||
account := &model.Account{
|
account := &model.Account{
|
||||||
|
|||||||
Reference in New Issue
Block a user