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 e08a6d1 commit c6cca42Copy full SHA for c6cca42
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('Preparing removal of account for user:', user.webId)
+ debug('Preparing removal of account for user:', user)
137
138
return Promise.resolve().then(() => {
139
this.userStore.deleteUser(user)
0 commit comments