auth: update language

Signed-off-by: Himanshu Mishra <himanshu@orkohunter.net>
This commit is contained in:
Himanshu Mishra
2021-06-22 20:19:58 +02:00
parent 72574ac4d2
commit d91ec5b1b0
+1 -1
View File
@@ -140,7 +140,7 @@ export async function createRouter({
router.use('/:provider/', req => {
const { provider } = req.params;
if (providers.includes(provider)) {
// If they added the provider under auth.providers but the clientId and clientSecret etc. were not found.
// If the user added the provider under auth.providers but the clientId and clientSecret etc. were not found.
throw new NotFoundError(
`Auth provider registered for '${provider}' is misconfigured. This could mean the configs under ` +
`auth.providers.${provider} are missing or the environment variables used are not defined. ` +