Skip to content

Commit

Permalink
Merge pull request #1772 from nodeSolidServer/fix/issue#1771
Browse files Browse the repository at this point in the history
edit message
  • Loading branch information
bourgeoa authored Mar 16, 2024
2 parents d8290cb + 80e223f commit bd171fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/requests/create-account-request.js
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ class CreateAccountRequest extends AuthRequest {
.then(exists => {
if (exists) {
debug(`Canceling account creation, ${userAccount.webId} already exists`)
const error = new Error('Account already exists')
const error = new Error('Account creation failed')
error.status = 400
throw error
}
Expand Down

0 comments on commit bd171fa

Please sign in to comment.