mirror of
https://github.com/steveiliop56/tinyauth.git
synced 2025-10-28 04:35:40 +00:00
refactor: remove redirect URL from session cookie
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user