Skip to content

Commit

Permalink
fix: misspell
Browse files Browse the repository at this point in the history
  • Loading branch information
xDeFc0nx committed Jan 27, 2025
1 parent 1b2663c commit 1e5672e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions handlers/Authentication.go
Original file line number Diff line number Diff line change
Expand Up @@ -156,9 +156,9 @@ func LoginHandler(c *fiber.Ctx) error {
c.Cookie(&cookie)
return c.JSON(
fiber.Map{
"message": "Success",
"Conection ID": ConnectionID,
"token": cookie.Value,
"message": "Success",
"Connection ID": ConnectionID,
"token": cookie.Value,
},
)
}
Expand Down

0 comments on commit 1e5672e

Please sign in to comment.