From e41de7575c8f09f70687b66680be355b72507a8a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matej=20Ba=C4=8Do?= Date: Tue, 16 Aug 2022 12:05:22 +0000 Subject: [PATCH] Remove unnessessary change --- CHANGES.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index 338270a04a..b3d3653f3e 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -59,7 +59,7 @@ - Added Endpoint to update Account Phone Number (`PATCH:/v1/account/phone`) - Added Endpoint to create Account Phone Verification (`POST:/v1/account/verification/phone`) - Added Endpoint to confirm Account Phone Verification (`PUT:/v1/account/verification/phone`) - - Added `_APP_SMS_PROVIDER` and `_APP_SMS_FROM` Environment Variable + - Added `_APP_PHONE_PROVIDER` and `_APP_PHONE_FROM` Environment Variable - Added `phone` and `phoneVerification` Attribute to User - Added `$createdAt` and `$updatedAt` Attributes by @TorstenDittmann in https://github.com/appwrite/appwrite/pull/3382 - Bucket