Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Jay Mehta
/
zango-strapi
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Registry
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Commit 0df14bd4
authored
2024-04-08 12:10:40 +0530
by
Ravindra Kanojiya
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
removed axios for image issue
1 parent
279555f7
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
0 additions
and
2 deletions
package-lock.json
package.json
src/extensions/users-permissions/strapi-server.js
yarn.lock
package-lock.json
View file @
0df14bd
This diff could not be displayed because it is too large.
package.json
View file @
0df14bd
...
...
@@ -17,7 +17,6 @@
"@strapi/provider-email-nodemailer"
:
"^4.3.8"
,
"@strapi/provider-upload-aws-s3"
:
"^4.3.9"
,
"@strapi/strapi"
:
"4.3.6"
,
"axios"
:
"^1.1.3"
,
"better-sqlite3"
:
"7.4.6"
,
"csv-parse"
:
"^5.5.5"
,
"mysql"
:
"^2.18.1"
,
...
...
src/extensions/users-permissions/strapi-server.js
View file @
0df14bd
...
...
@@ -7,7 +7,6 @@ const {
validateRegisterBody
,
}
=
require
(
"@strapi/plugin-users-permissions/server/controllers/validation/auth"
);
const
{
getService
}
=
require
(
"@strapi/plugin-users-permissions/server/utils"
);
const
{
default
:
axios
}
=
require
(
"axios"
);
const
sanitizeUser
=
(
user
,
ctx
)
=>
{
const
{
auth
}
=
ctx
.
state
;
...
...
yarn.lock
View file @
0df14bd
This diff is collapsed.
Click to expand it.
Write
Preview
Styling with
Markdown
is supported
Attach a file
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to post a comment