feat: consolidate backend improvements, frontend UX fixes and Wasabi storage support
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
const bcrypt = require('bcrypt');
|
||||
const password = 'h$tg@g5aga$ra1E3$C-yHW$-BA@DF2@Grfa!3#';
|
||||
const hash = bcrypt.hashSync(password, 10);
|
||||
console.log('HASH_GENERATED=' + hash);
|
||||
Reference in New Issue
Block a user