upd: create verification dialog
This commit is contained in:
parent
1caf3636d1
commit
58c8c00376
6 changed files with 187 additions and 2 deletions
|
|
@ -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 });
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue