refactoring nits (#18188)
* no octal for time values * rm artifact from refactoring Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
This commit is contained in:
parent
6da078d616
commit
0572c78938
5 changed files with 22 additions and 21 deletions
|
@ -189,7 +189,6 @@ func RegisterRoutes(m *web.Route) {
|
|||
ignSignInAndCsrf := context.Toggle(&context.ToggleOptions{DisableCSRF: true})
|
||||
reqSignOut := context.Toggle(&context.ToggleOptions{SignOutRequired: true})
|
||||
|
||||
//bindIgnErr := binding.BindIgnErr
|
||||
bindIgnErr := web.Bind
|
||||
validation.AddBindingRules()
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue