diff options
Diffstat (limited to 'backend/handlers/login.go')
| -rw-r--r-- | backend/handlers/login.go | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/backend/handlers/login.go b/backend/handlers/login.go index 8794989..565ebdb 100644 --- a/backend/handlers/login.go +++ b/backend/handlers/login.go | |||
| @@ -8,10 +8,11 @@ import ( | |||
| 8 | "os" | 8 | "os" |
| 9 | "time" | 9 | "time" |
| 10 | 10 | ||
| 11 | "lphub/database" | ||
| 12 | "lphub/models" | ||
| 13 | |||
| 11 | "github.com/gin-gonic/gin" | 14 | "github.com/gin-gonic/gin" |
| 12 | "github.com/golang-jwt/jwt/v4" | 15 | "github.com/golang-jwt/jwt/v4" |
| 13 | "github.com/pektezol/leastportalshub/backend/database" | ||
| 14 | "github.com/pektezol/leastportalshub/backend/models" | ||
| 15 | "github.com/pektezol/steam_go" | 16 | "github.com/pektezol/steam_go" |
| 16 | ) | 17 | ) |
| 17 | 18 | ||