feat(settings): show extra settings links on user settings page

This commit is contained in:
kolaente
2025-04-02 18:09:27 +02:00
parent da0f6fb366
commit ebaf4a0aa0
6 changed files with 38 additions and 0 deletions

View File

@@ -62,6 +62,8 @@ type UserSettings struct {
Timezone string `json:"timezone"`
// Additional settings only used by the frontend
FrontendSettings interface{} `json:"frontend_settings"`
// Additional settings links as provided by openid
ExtraSettingsLinks map[string]any `json:"extra_settings_links"`
}
// GetUserAvatarProvider returns the currently set user avatar