mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2025-05-25 11:22:16 +00:00
Remove APP_LOGO setting
This commit is contained in:
parent
a2cac952a4
commit
3549fb0ea8
7 changed files with 3 additions and 8 deletions
|
@ -45,7 +45,6 @@ func GetMailTmplData(u *models.User) map[interface{}]interface{} {
|
|||
data["AppName"] = setting.AppName
|
||||
data["AppVer"] = setting.AppVer
|
||||
data["AppUrl"] = setting.AppUrl
|
||||
data["AppLogo"] = setting.AppLogo
|
||||
data["ActiveCodeLives"] = setting.Service.ActiveCodeLives / 60
|
||||
data["ResetPwdCodeLives"] = setting.Service.ResetPwdCodeLives / 60
|
||||
if u != nil {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue