feat: add frontend

This commit is contained in:
Stavros
2026-06-11 18:40:56 +03:00
parent 24f166551e
commit cd51263428
8 changed files with 71 additions and 35 deletions
+2 -2
View File
@@ -59,7 +59,7 @@ type AuthService struct {
log *logger.Logger
config model.Config
runtime model.RuntimeConfig
helpers model.RuntimeHelpers
helpers *model.RuntimeHelpers
ctx context.Context
ldap *LdapService
@@ -87,7 +87,7 @@ func NewAuthService(
log *logger.Logger,
config model.Config,
runtime model.RuntimeConfig,
helpers model.RuntimeHelpers,
helpers *model.RuntimeHelpers,
ctx context.Context,
dg *ding.Ding,
ldap *LdapService,