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

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)