From 85f0d5a1fa762dc071d3a8fb811dcfff8e40fad7 Mon Sep 17 00:00:00 2001 From: David Leyland Date: Tue, 3 Dec 2024 14:46:11 +0000 Subject: [PATCH] Mention emailHash --- chat/authentication.mdx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/chat/authentication.mdx b/chat/authentication.mdx index 7fcdaee..b4222d1 100644 --- a/chat/authentication.mdx +++ b/chat/authentication.mdx @@ -68,3 +68,5 @@ Plain.init({ When enabled, any customer getting in touch will first be presented with a form allowing them to enter their name and email address. The customer will then receive a verification code to that email which they can enter to start a chat. + +If an `emailHash` is already set in `customerDetails`, then the verification screen will not appear since the customer has already been authenticated.