mirror of
https://github.com/muety/wakapi.git
synced 2023-08-10 21:12:56 +03:00
Add support for custom languages.
This commit is contained in:
@ -14,8 +14,8 @@ import (
|
||||
)
|
||||
|
||||
type AuthenticateMiddleware struct {
|
||||
UserSrvc *services.UserService
|
||||
Cache *cache.Cache
|
||||
UserSrvc *services.UserService
|
||||
Cache *cache.Cache
|
||||
Initialized bool
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user