0
Fork 0
mirror of https://github.com/logto-io/logto.git synced 2024-12-16 20:26:19 -05:00

fix(console): fix log label typo (#6569)

fix log label typo
This commit is contained in:
simeng-li 2024-09-12 10:31:34 +08:00 committed by GitHub
parent c368c2799a
commit baa851f08b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -37,7 +37,7 @@ export const auditLogEventTitle: Record<string, Optional<string>> & {
'Submit and verify sign-in identifier with verification code',
'Interaction.SignIn.Profile.Create': 'Put new sign-in interaction profile',
'Interaction.SignIn.Profile.Delete': 'Delete sign-in interaction profile',
'Interaction.SignIn.Profile.Update': 'Patch Update sign-in interaction profile',
'Interaction.SignIn.Profile.Update': 'Patch update sign-in interaction profile',
'Interaction.SignIn.Submit': 'Submit sign-in interaction',
'Interaction.SignIn.Update': 'Update sign-in interaction',
'Interaction.SignIn.Identifier.SingleSignOn.Create':