Update DockerRegistryHelper.ts (#1778)

See here: https://github.com/caprover/caprover/issues/1777#issuecomment-1589764356
This commit is contained in:
drmrbrewer
2023-06-14 14:07:54 +01:00
committed by GitHub
parent 9a2447d104
commit e92d48d56c
+1 -1
View File
@@ -350,7 +350,7 @@ class DockerRegistryHelper {
Logger.e(err)
throw ApiStatusCodes.createError(
ApiStatusCodes.AUTHENTICATION_FAILED,
'Authentication failed. Either username, password or domain is incorrect.'
'Registry authentication failed. Either username, password or domain is incorrect.'
)
})
}