summary refs log tree commit diff
path: root/src/util
diff options
context:
space:
mode:
Diffstat (limited to 'src/util')
-rw-r--r--src/util/interfaces/Event.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/util/interfaces/Event.ts b/src/util/interfaces/Event.ts
index cbfa0767..21c34c6c 100644
--- a/src/util/interfaces/Event.ts
+++ b/src/util/interfaces/Event.ts
@@ -121,6 +121,7 @@ export interface ReadyEventData {
 	tutorial: number | null;
 	resume_gateway_url: string;
 	session_type: string;
+	auth_session_id_hash: string;
 	required_action?:
 		| "REQUIRE_VERIFIED_EMAIL"
 		| "REQUIRE_VERIFIED_PHONE"