From 873092f32457f2c365a03174ecb88f6ff33317e0 Mon Sep 17 00:00:00 2001 From: ABHISHEK FADAKE <31249309+fadkeabhi@users.noreply.github.com> Date: Wed, 31 May 2023 17:31:13 +0530 Subject: [PATCH] Update authentication.phtml Removed typo. on line 242. Was causing an error in code. --- app/views/docs/authentication.phtml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/docs/authentication.phtml b/app/views/docs/authentication.phtml index 698c5d9af..9910bc286 100644 --- a/app/views/docs/authentication.phtml +++ b/app/views/docs/authentication.phtml @@ -239,7 +239,7 @@ mutation {
import { Client, Account } from "appwrite";
 
-const client = new Client();
+const client = new Client()
     .setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
     .setProject('[PROJECT_ID]');               // Your project ID