mirror of
https://github.com/casdoor/casdoor.git
synced 2025-07-03 12:30:19 +08:00
Rename to AutoSigninFilter
This commit is contained in:
@ -53,7 +53,7 @@ func returnRequest(ctx *context.Context, msg string) {
|
||||
}
|
||||
}
|
||||
|
||||
func AutoLoginFilter(ctx *context.Context) {
|
||||
func AutoSigninFilter(ctx *context.Context) {
|
||||
//if getSessionUser(ctx) != "" {
|
||||
// return
|
||||
//}
|
Reference in New Issue
Block a user