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 d8290cb commit 80e223fCopy full SHA for 80e223f
lib/requests/create-account-request.js
@@ -178,7 +178,7 @@ class CreateAccountRequest extends AuthRequest {
178
.then(exists => {
179
if (exists) {
180
debug(`Canceling account creation, ${userAccount.webId} already exists`)
181
- const error = new Error('Account already exists')
+ const error = new Error('Account creation failed')
182
error.status = 400
183
throw error
184
}
0 commit comments