mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +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); });