diff --git a/internal/handlers/users.go b/internal/handlers/users.go index 44bb90a..cc05b12 100644 --- a/internal/handlers/users.go +++ b/internal/handlers/users.go @@ -11,7 +11,7 @@ import ( ) func (h *Handler) UserLogin(c echo.Context) error { - return Render(c, http.StatusOK, users.Login()) + return Render(c, http.StatusOK, users.LoginNew()) } func (h *Handler) UserAfterLogin(c echo.Context) error {