JWT Autorization / Logging in and registering
This commit is contained in:
5
node_modules/validator/es/lib/unescape.js
generated
vendored
Normal file
5
node_modules/validator/es/lib/unescape.js
generated
vendored
Normal file
@@ -0,0 +1,5 @@
|
||||
import assertString from './util/assertString';
|
||||
export default function unescape(str) {
|
||||
assertString(str);
|
||||
return str.replace(/&/g, '&').replace(/"/g, '"').replace(/'/g, "'").replace(/</g, '<').replace(/>/g, '>').replace(///g, '/').replace(/\/g, '\\').replace(/`/g, '`');
|
||||
}
|
||||
Reference in New Issue
Block a user