mirror of
https://github.com/go-gitea/gitea
synced 2025-07-23 02:38:35 +00:00
Move session to models/login (#17338)
Move model/session.go to models/login
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
// Use of this source code is governed by a MIT-style
|
||||
// license that can be found in the LICENSE file.
|
||||
|
||||
package models
|
||||
package login
|
||||
|
||||
import (
|
||||
"fmt"
|
Reference in New Issue
Block a user