diff --git a/src/Schema/Events/Authentication.ts b/src/Schema/Events/Authentication.ts index 03ed236b..3f1f4f2d 100644 --- a/src/Schema/Events/Authentication.ts +++ b/src/Schema/Events/Authentication.ts @@ -156,7 +156,7 @@ export enum AuthModalType { /** * The type of action that opened the authentication modal */ -export type AuthTrigger = "click" | "tap" | "timed" | "scroll" +export type AuthTrigger = "click" | "tap" | "timed" | "scroll" | "one-tap" /** * the service the user used to authenticate