From 47b232b5dad50896a040973213e7b57c3fe9b6fd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=98JoinTyang=E2=80=99?= Date: Tue, 11 Oct 2022 16:55:09 +0800 Subject: [PATCH] user can remove password --- src/dtable-web-api.js | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/dtable-web-api.js b/src/dtable-web-api.js index 1a41ed8d..aeeecb07 100644 --- a/src/dtable-web-api.js +++ b/src/dtable-web-api.js @@ -2209,6 +2209,11 @@ class DTableWebAPI { return this.req.post(url, data); } + removePassword() { + let url = this.server + '/api/v2.1/user/remove-password/'; + return this.req.put(url); + } + updateEmailNotificationInterval(dtableUpdatesEmailInterval, dtableCollaborateEmailInterval) { const url = this.server + '/api2/account/info/'; const data = {