Remove md5-hex wrapper and use blueimp-md5 directly

This commit is contained in:
Deluan
2021-05-20 13:42:56 -04:00
parent 0ec7a305a2
commit e529390034
4 changed files with 6 additions and 14 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
import jwtDecode from 'jwt-decode'
import md5 from 'md5-hex'
import md5 from 'blueimp-md5'
import { v4 as uuidv4 } from 'uuid'
import { baseUrl } from './utils'
import config from './config'