mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2025-05-31 11:52:10 +00:00
Move session to models/login (#17338)
Move model/session.go to models/login
This commit is contained in:
parent
26dfe88ff2
commit
5326f4c9c5
2 changed files with 9 additions and 9 deletions
|
@ -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"
|
Loading…
Add table
Add a link
Reference in a new issue