fix: pass cookie expiry to api config

This commit is contained in:
Stavros
2025-01-25 20:00:07 +02:00
parent 2c7a3fc801
commit e8d2e059a9

View File

@@ -94,6 +94,7 @@ var rootCmd = &cobra.Command{
AppURL: config.AppURL,
CookieSecure: config.CookieSecure,
DisableContinue: config.DisableContinue,
CookieExpiry: config.CookieExpiry,
}, hooks, auth, providers)
// Setup routes