refactor: 💡 fix typo and imporve code quality

This commit is contained in:
Jin
2025-03-29 01:00:08 +01:00
parent bd092e0119
commit 2eeb376d24
8 changed files with 40 additions and 49 deletions

View File

@@ -131,7 +131,7 @@ CREATE TABLE IF NOT EXISTS "user_data"
tmpID INT,
username TEXT,
email TEXT,
userIDEcnryptedDataKey TEXT,
userIDEncryptedDataKey TEXT,
userIDVerificationHash TEXT,
salt TEXT,
derivedKey TEXT,