We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In backend/src/controller/auth.controller remove const he = require("he"); and replace he.decode in line 132 with a suitable function.
backend/src/controller/auth.controller
const he = require("he");
he.decode
The text was updated successfully, but these errors were encountered:
we can use 2 basic functions for encode and decode
Sorry, something went wrong.
swoopertr
No branches or pull requests
In
backend/src/controller/auth.controller
removeconst he = require("he");
and replacehe.decode
in line 132 with a suitable function.The text was updated successfully, but these errors were encountered: