mirror of
https://github.com/appwrite/appwrite
synced 2026-05-02 10:57:18 +00:00
229 B
229 B
let sdk = new Appwrite();
sdk ;
let promise = sdk.account.updateVerification('[USER_ID]', '[SECRET]', 'password');
promise.then(function (response) { console.log(response); }, function (error) { console.log(error); });