VerificationCodeAction in frontend (#2173)
This commit is contained in:
@@ -181,6 +181,7 @@ export const ActionTypes = {
|
|||||||
Scroll: "scroll",
|
Scroll: "scroll",
|
||||||
Move: "move",
|
Move: "move",
|
||||||
NullAction: "null_action",
|
NullAction: "null_action",
|
||||||
|
VerificationCode: "verification_code",
|
||||||
} as const;
|
} as const;
|
||||||
|
|
||||||
export type ActionType = (typeof ActionTypes)[keyof typeof ActionTypes];
|
export type ActionType = (typeof ActionTypes)[keyof typeof ActionTypes];
|
||||||
@@ -202,6 +203,7 @@ export const ReadableActionTypes: {
|
|||||||
scroll: "Scroll",
|
scroll: "Scroll",
|
||||||
move: "Move",
|
move: "Move",
|
||||||
null_action: "Screenshot",
|
null_action: "Screenshot",
|
||||||
|
verification_code: "Verification Code",
|
||||||
};
|
};
|
||||||
|
|
||||||
export type Option = {
|
export type Option = {
|
||||||
|
|||||||
Reference in New Issue
Block a user