This commit is contained in:
2021-07-21 15:38:38 +02:00
parent 64c307cb7b
commit 588c818c0d
9 changed files with 87 additions and 48 deletions

View File

@@ -7,10 +7,10 @@ import (
type AdminPageParams struct {
Hosts map[string]string
Email string
Profile string
Claims OidcClams
Alerts []Alert
IpAddresses map[string][]string
LogoutUrl string
}