summary refs log tree commit diff
path: root/api/src/util/utility/passwordStrength.ts
diff options
context:
space:
mode:
Diffstat (limited to 'api/src/util/utility/passwordStrength.ts')
-rw-r--r--api/src/util/utility/passwordStrength.ts1
1 files changed, 0 insertions, 1 deletions
diff --git a/api/src/util/utility/passwordStrength.ts b/api/src/util/utility/passwordStrength.ts
index f8badea7..8eca63b8 100644
--- a/api/src/util/utility/passwordStrength.ts
+++ b/api/src/util/utility/passwordStrength.ts
@@ -1,5 +1,4 @@
 import { Config } from "@fosscord/util";
-import "missing-native-js-functions";
 
 const reNUMBER = /[0-9]/g;
 const reUPPERCASELETTER = /[A-Z]/g;