upd: create verification dialog

This commit is contained in:
Marie 2024-08-29 22:16:10 +02:00
parent 1caf3636d1
commit 58c8c00376
No known key found for this signature in database
GPG key ID: 56569BBE47D2C828
6 changed files with 187 additions and 2 deletions

View file

@ -96,7 +96,7 @@ export class StripeHookServerService {
});
}
this.logger.succ(`${user.username} has succesfully approved their ID via Session ${verificationSession.client_reference_id}`);
this.logger.succ(`${user.username} has succesfully approved their ID via Session ${verificationSession.id}`);
await this.usersRepository.update(user.id, { idCheckRequired: false, idVerified: true });