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