We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9cbd58f commit e08a6d1Copy full SHA for e08a6d1
lib/requests/delete-account-confirm-request.js
@@ -133,7 +133,7 @@ class DeleteAccountConfirmRequest extends AuthRequest {
133
let user = this.accountManager.userAccountFrom(tokenContents)
134
let accountDir = this.accountManager.accountDirFor(user.username)
135
136
- debug('Deleting account for user:', user.webId)
+ debug('Preparing removal of account for user:', user.webId)
137
138
return Promise.resolve().then(() => {
139
this.userStore.deleteUser(user)
0 commit comments