refactor: remove redirect URL from session cookie

This commit is contained in:
Stavros
2025-04-14 19:42:52 +03:00
parent 476a455329
commit 0761c2f5c1
5 changed files with 14 additions and 14 deletions

View File

@@ -95,6 +95,8 @@ var rootCmd = &cobra.Command{
DisableContinue: config.DisableContinue,
Title: config.Title,
GenericName: config.GenericName,
CookieSecure: config.CookieSecure,
Domain: domain,
}
// Create api config