mirror of
https://github.com/steveiliop56/tinyauth.git
synced 2026-01-12 18:32:28 +00:00
refactor: simplify user parsing (#571)
This commit is contained in:
@@ -60,7 +60,7 @@ func setupUserController(t *testing.T, middlewares *[]gin.HandlerFunc) (*gin.Eng
|
||||
TotpSecret: totpSecret,
|
||||
},
|
||||
},
|
||||
OauthWhitelist: "",
|
||||
OauthWhitelist: []string{},
|
||||
SessionExpiry: 3600,
|
||||
SessionMaxLifetime: 0,
|
||||
SecureCookie: false,
|
||||
|
||||
Reference in New Issue
Block a user