From d34d4a5a312b546bf9ef1de1975627729ba9487b Mon Sep 17 00:00:00 2001 From: Steven Nguyen Date: Tue, 1 Aug 2023 12:39:06 -0700 Subject: [PATCH] Add a notice about URL encoding _APP_SMS_PROVIDER --- app/views/docs/sms-delivery.phtml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/app/views/docs/sms-delivery.phtml b/app/views/docs/sms-delivery.phtml index 7c2353f6e..1c63a891d 100644 --- a/app/views/docs/sms-delivery.phtml +++ b/app/views/docs/sms-delivery.phtml @@ -93,6 +93,10 @@

Update Your .env File

You will need to configure these environment variables and restart your Appwrite containers before you can use phone authentication.

+
+

Ensure the values you insert in the _APP_SMS_PROVIDER placeholders are URL encoded if they contain any non-alphanumeric characters.

+
+