mirror of
https://github.com/abhinavxd/libredesk.git
synced 2025-10-23 05:11:57 +00:00
fix: auth initialization with i18n
This commit is contained in:
@@ -106,7 +106,7 @@ func New(cfg Config, i18n *i18n.I18n, rd *redis.Client, logger *logf.Logger) (*A
|
||||
|
||||
return &Auth{
|
||||
cfg: cfg,
|
||||
i18n: cfg.I18n,
|
||||
i18n: i18n,
|
||||
oauthCfgs: oauthCfgs,
|
||||
verifiers: verifiers,
|
||||
sess: sess,
|
||||
|
Reference in New Issue
Block a user