Removed unused code

This commit is contained in:
konrad 2019-03-24 09:07:41 +01:00
parent fcc8b45b7e
commit 7bd881d989
Signed by: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 0 additions and 10 deletions

View File

@ -39,13 +39,3 @@ func SetAuthProvider(provider *web.Auths) {
func SetLoggingProvider(logger *logging.Logger) {
config.LoggingProvider = logger
}
/**
c.Set("AuthProvider", &web.Auths{
AuthObject: func(echo.Context) (web.Auth, error) {
return models.GetCurrentUser(c) // Your functions
},
})
c.Set("LoggingProvider", &log.Log)
return next(c)
*/