fixed typos

This commit is contained in:
Gani Georgiev
2022-07-09 00:53:10 +03:00
parent d761fa12af
commit a26006ad56
16 changed files with 422 additions and 422 deletions
+1 -1
View File
@@ -9,8 +9,8 @@ import (
"net/http"
"time"
"github.com/pocketbase/dbx"
"github.com/labstack/echo/v5"
"github.com/pocketbase/dbx"
"github.com/pocketbase/pocketbase/core"
"github.com/pocketbase/pocketbase/forms"
"github.com/pocketbase/pocketbase/models"
+1 -1
View File
@@ -157,7 +157,7 @@ func (api *userApi) oauth2Auth(c echo.Context) error {
user, authData, submitErr := form.Submit()
if submitErr != nil {
return rest.NewBadRequestError("Failed to authenticated.", submitErr)
return rest.NewBadRequestError("Failed to authenticate.", submitErr)
}
return api.authResponse(c, user, authData)