VerificationCodeAction in frontend (#2173)

This commit is contained in:
Shuchang Zheng
2025-04-16 16:47:59 -07:00
committed by GitHub
parent 3154a9ce10
commit 16fe1954c1

View File

@@ -181,6 +181,7 @@ export const ActionTypes = {
Scroll: "scroll",
Move: "move",
NullAction: "null_action",
VerificationCode: "verification_code",
} as const;
export type ActionType = (typeof ActionTypes)[keyof typeof ActionTypes];
@@ -202,6 +203,7 @@ export const ReadableActionTypes: {
scroll: "Scroll",
move: "Move",
null_action: "Screenshot",
verification_code: "Verification Code",
};
export type Option = {