Prevented users from signing up with an email/username which was already present in the migration database.

This commit is contained in:
rainbow napkin 2025-10-14 02:10:34 -04:00
parent a1b602efdb
commit da9428205f
4 changed files with 79 additions and 7 deletions

View file

@ -195,6 +195,9 @@ async function asyncKickStart(){
//Run legacy migration
await migrationModel.ingestLegacyDump();
//Build migration cache
await migrationModel.buildMigrationCache();
//Calculate Toke Map
await tokeModel.calculateTokeMap();