aboutsummaryrefslogtreecommitdiff
path: root/backend/controllers/loginController.go
diff options
context:
space:
mode:
Diffstat (limited to 'backend/controllers/loginController.go')
-rw-r--r--backend/controllers/loginController.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/backend/controllers/loginController.go b/backend/controllers/loginController.go
index ae6e957..e907b22 100644
--- a/backend/controllers/loginController.go
+++ b/backend/controllers/loginController.go
@@ -10,8 +10,8 @@ import (
10 10
11 "github.com/gin-gonic/gin" 11 "github.com/gin-gonic/gin"
12 "github.com/golang-jwt/jwt/v4" 12 "github.com/golang-jwt/jwt/v4"
13 "github.com/pektezol/leastportals/backend/database" 13 "github.com/pektezol/leastportalshub/backend/database"
14 "github.com/pektezol/leastportals/backend/models" 14 "github.com/pektezol/leastportalshub/backend/models"
15 "github.com/solovev/steam_go" 15 "github.com/solovev/steam_go"
16) 16)
17 17