mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2025-10-09 18:52:21 +00:00
Co-authored-by: 6543 <6543@obermui.de>
This commit is contained in:
parent
26f4fe2b44
commit
66686f6d0e
2 changed files with 3 additions and 0 deletions
|
@ -34,6 +34,7 @@ func Account(ctx *context.Context) {
|
|||
ctx.Data["Title"] = ctx.Tr("settings")
|
||||
ctx.Data["PageIsSettingsAccount"] = true
|
||||
ctx.Data["Email"] = ctx.Doer.Email
|
||||
ctx.Data["EnableNotifyMail"] = setting.Service.EnableNotifyMail
|
||||
|
||||
loadAccountData(ctx)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue