OATHUserRepository: Start storing enrollment timestamp

Bug: T242847
Change-Id: I922cdced9d9c73140088f062a23daba6910c8272
This commit is contained in:
Reedy 2024-01-12 00:00:50 +00:00
parent 0dad2c7031
commit 44c952e01a

View file

@ -169,6 +169,7 @@ class OATHUserRepository implements LoggerAwareInterface {
'oad_user' => $userId,
'oad_type' => $moduleId,
'oad_data' => FormatJson::encode( $keyData ),
'oad_created' => $dbw->timestamp(),
] )
->caller( __METHOD__ )
->execute();