Skip to content

Commit 7f412ce

Browse files
committed
fix docs
1 parent 2e82d82 commit 7f412ce

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

lib/requests/delete-account-confirm-request.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -123,11 +123,9 @@ class DeleteAccountConfirmRequest extends AuthRequest {
123123
}
124124

125125
/**
126-
* Changes the password that's saved in the user store.
127-
* If the user has no user store entry, it creates one.
126+
* Removes the user's account and all their data from the store.
128127
*
129128
* @param tokenContents {Object}
130-
* @param tokenContents.webId {string}
131129
*
132130
* @return {Promise}
133131
*/

0 commit comments

Comments
 (0)