We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fac90cc + d0378f8 commit dc2ff52Copy full SHA for dc2ff52
1 file changed
src/routes/docs/products/auth/email-password/+page.markdoc
@@ -14,7 +14,7 @@ You can use the Appwrite Client SDKs to create an account using email and passwo
14
import { Client, Account, ID } from "appwrite";
15
16
const client = new Client()
17
- .setProject('<PROJECT_ID>'); // Your project ID
+ .setProject('<PROJECT_ID>') // Your project ID
18
.setEndpoint('https://<REGION>.cloud.appwrite.io/v1');
19
20
const account = new Account(client);
0 commit comments