fix!: api login should not suggest which credential is wrong #18613
Annotations
11 warnings
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/cache@v3, actions/setup-node@v3.7.0. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Lint:
packages/gazzodown/src/elements/Timestamp/ErrorBoundary.tsx#L9
Missing return type on function
|
Lint:
packages/gazzodown/src/elements/Timestamp/ErrorBoundary.tsx#L13
Missing return type on function
|
Lint:
apps/meteor/app/api/server/v1/settings.ts#L109
Prefer using an optional chain expression instead, as it's more concise and easier to read
|
Lint:
apps/meteor/app/apps/server/bridges/listeners.js#L10
Arrow function has a complexity of 40. Maximum allowed is 31
|
Lint:
apps/meteor/app/authorization/lib/AuthorizationUtils.ts#L34
Prefer using an optional chain expression instead, as it's more concise and easier to read
|
Lint:
apps/meteor/app/cors/server/cors.ts#L161
Consider using the native Array.prototype.every()
|
Lint:
apps/meteor/app/lib/server/functions/getAvatarSuggestionForUser.ts#L170
Forbidden non-null assertion
|
Lint:
apps/meteor/app/lib/server/lib/debug.js#L83
Consider using the native Array.prototype.forEach() or Object.entries().forEach()
|
Lint:
apps/meteor/app/lib/server/oauth/oauth.js#L42
Consider using the native Array.prototype.includes()
|
Lint:
apps/meteor/app/lib/server/startup/rateLimiter.js#L65
Consider using the native Array.prototype.forEach() or Object.entries().forEach()
|
Loading