fix: remove account create log

This commit is contained in:
David Nguyen
2024-01-30 18:26:46 +11:00
parent 7e15058a3a
commit 9427143951
4 changed files with 1 additions and 13 deletions

View File

@ -12,7 +12,6 @@ export const IS_GOOGLE_SSO_ENABLED = Boolean(
);
export const USER_SECURITY_AUDIT_LOG_MAP: { [key in UserSecurityAuditLogType]: string } = {
[UserSecurityAuditLogType.ACCOUNT_CREATE]: 'Account created',
[UserSecurityAuditLogType.ACCOUNT_SSO_LINK]: 'Linked account to SSO',
[UserSecurityAuditLogType.ACCOUNT_PROFILE_UPDATE]: 'Profile updated',
[UserSecurityAuditLogType.AUTH_2FA_DISABLE]: '2FA Disabled',