Reduce duplicate code, move shit out to common package
This commit is contained in:
4
src/utils/password/index.ts
Normal file
4
src/utils/password/index.ts
Normal file
@@ -0,0 +1,4 @@
|
||||
import { encrypt } from './encrypt';
|
||||
import { verify } from './verify';
|
||||
|
||||
export { encrypt, verify };
|
||||
Reference in New Issue
Block a user