fixed an error where app wouldnt launch

This commit is contained in:
2025-12-17 21:32:34 +01:00
parent 7c85d91b85
commit c7f919fe18
6 changed files with 151 additions and 43 deletions

View File

@@ -1,5 +1,5 @@
import {queryAll, queryOne, run} from '../../shared/database';
import bcrypt from 'bcrypt';
import bcrypt from 'bcryptjs';
const USER_DB_NAME = 'userdata';
const SALT_ROUNDS = 10;