fix: Some authentication notices not displayed, injection of arbitrary strings
This commit is contained in:
@@ -111,6 +111,10 @@ async function accountProvisioner({
|
||||
}
|
||||
}
|
||||
|
||||
if (err.id) {
|
||||
throw err;
|
||||
}
|
||||
|
||||
if (!result) {
|
||||
throw InvalidAuthenticationError(err.message);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user