Conversation
|
Your Render PR Server URL is https://appwrite-pr-440.onrender.com. Follow its progress at https://dashboard.render.com/web/srv-cm1q2sun7f5s7391qkqg. |
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Co-authored-by: Vincent (Wen Yu) Ge <wenyu1999@hotmail.com>
|
Your Render PR Server URL is https://appwrite-io-docker-pr-440.onrender.com. Follow its progress at https://dashboard.render.com/web/srv-cml05ni1hbls73f4okf0. |
Co-authored-by: Vincent (Wen Yu) Ge <wenyu1999@hotmail.com>
| Here are the steps to implement MFA in your application. | ||
|
|
||
| {% section #enable-mfa step=1 title="Enable MFA on an account" %} | ||
| [TODO @TorstenDittmann need some advice here, what's the steps?] |
There was a problem hiding this comment.
@TorstenDittmann this is the MFA journey docs we added. Please take a look. Need help double checking the flow + the missing auth methods :)
Co-authored-by: Steven Nguyen <1477010+stnguyen90@users.noreply.github.com>
|
|
||
| {% multicode %} | ||
| ```js | ||
| const { Client, Account } from "appwrite"; |
There was a problem hiding this comment.
@gewenyu99 This should be:
const { Client, Account } from "node-appwrite";|
|
||
| ```html | ||
| <script type='module'> | ||
| import { Client, Account } from "appwrite"; // Using the client SDK |
There was a problem hiding this comment.
Same here @gewenyu99 :
import { Client, Account } from "node-appwrite"; // Using the server SDKfeat: ssr demos
Add SMS journey
|
Your Render PR Server URL is https://appwrite-io-docker-pr-440.onrender.com. Follow its progress at https://dashboard.render.com/web/srv-cn59q4ed3nmc73fbe720. |
What does this PR do?
Test Plan
(Write your test plan here. If you changed any code, please provide us with clear instructions on how you verified your changes work.)
Related PRs and Issues
(If this PR is related to any other PR or resolves any issue or related to any issue link all related PR and issues here.)
Have you read the Contributing Guidelines on issues?
(Write your answer here.)