feat: 유저 행동 데이터 - 본인인증 추가

This commit is contained in:
2025-04-23 14:45:13 +09:00
parent e2daff6463
commit 58d066af0a
2 changed files with 14 additions and 2 deletions

View File

@@ -1,5 +1,6 @@
package kr.co.vividnext.sodalive.useraction
enum class ActionType(val displayName: String) {
SIGN_UP("회원가입")
SIGN_UP("회원가입"),
USER_AUTHENTICATION("본인인증")
}