Adapt plugin page to preinstalled plugins (#91874)

This commit is contained in:
Andres Martinez Gotor
2024-08-14 17:04:59 +02:00
committed by GitHub
parent 340af8cf6b
commit 44290ddf32
16 changed files with 94 additions and 14 deletions

View File

@@ -524,8 +524,8 @@ type Cfg struct {
}
type InstallPlugin struct {
ID string
Version string
ID string `json:"id"`
Version string `json:"version"`
}
// AddChangePasswordLink returns if login form is disabled or not since