Skip to content

Invalidate queries when the user goes online + Fix offline mode #287

Invalidate queries when the user goes online + Fix offline mode

Invalidate queries when the user goes online + Fix offline mode #287

Triggered via pull request December 30, 2024 14:02
Status Success
Total duration 25s
Artifacts

engine-pull-request.yml

on: pull_request
🔍 Files Changed  /  Changed Files
8s
🔍 Files Changed / Changed Files
⚙️ Checks  /  Engine (GraalVM CE) (linux, amd64)
⚙️ Checks / Engine (GraalVM CE) (linux, amd64)
⚙️ Checks  /  Engine (GraalVM CE) (windows, amd64)
⚙️ Checks / Engine (GraalVM CE) (windows, amd64)
⚙️ Checks  /  JVM Tests (GraalVM CE) (linux, amd64)
⚙️ Checks / JVM Tests (GraalVM CE) (linux, amd64)
⚙️ Checks  /  JVM Tests (GraalVM CE) (windows, amd64)
⚙️ Checks / JVM Tests (GraalVM CE) (windows, amd64)
⚙️ Checks  /  Standard Library Tests (GraalVM CE) (linux, amd64)
⚙️ Checks / Standard Library Tests (GraalVM CE) (linux, amd64)
⚙️ Checks  /  Standard Library Tests (GraalVM CE) (windows, amd64)
⚙️ Checks / Standard Library Tests (GraalVM CE) (windows, amd64)
⚙️ Checks  /  Verify License Packages (linux, amd64)
⚙️ Checks / Verify License Packages (linux, amd64)
⚙️ Checks (Optional)  /  Engine (GraalVM CE) (macos, amd64)
⚙️ Checks (Optional) / Engine (GraalVM CE) (macos, amd64)
⚙️ Checks (Optional)  /  JVM Tests (GraalVM CE) (macos, amd64)
⚙️ Checks (Optional) / JVM Tests (GraalVM CE) (macos, amd64)
⚙️ Checks (Optional)  /  Standard Library Tests (GraalVM CE) (macos, amd64)
⚙️ Checks (Optional) / Standard Library Tests (GraalVM CE) (macos, amd64)
Engine Required Checks
0s
Engine Required Checks
Fit to window
Zoom out
Zoom in

Annotations

228 errors and 2 warnings
app/gui/src/dashboard/layouts/Settings/SetupTwoFaForm.tsx#L183
[@typescript-eslint/no-unsafe-call] Unsafe call of a(n) `any` typed value.
app/gui/src/dashboard/layouts/Settings/SetupTwoFaForm.tsx#L44
[@typescript-eslint/no-unsafe-assignment] Unsafe array destructuring of a tuple element with an error typed value.
app/gui/src/dashboard/layouts/Settings/SetupTwoFaForm.tsx#L142
[@typescript-eslint/no-unsafe-member-access] Unsafe member access .then on an `error` typed value.
app/gui/src/dashboard/layouts/Settings/SetupTwoFaForm.tsx#L183
[@typescript-eslint/no-unsafe-member-access] Unsafe member access .unwrap on an `any` value.
app/gui/src/dashboard/layouts/Settings/SetupTwoFaForm.tsx#L47
[@typescript-eslint/no-unsafe-return] Unsafe return of a value of type error.
app/gui/src/dashboard/layouts/Settings/SetupTwoFaForm.tsx#L143
[@typescript-eslint/strict-boolean-expressions] Unexpected any value in conditional. An explicit comparison or type cast is required.
app/gui/src/dashboard/layouts/Settings/SetupTwoFaForm.tsx#L209
[@typescript-eslint/no-unsafe-assignment] Unsafe assignment of an error typed value.
app/gui/src/dashboard/layouts/Settings/SetupTwoFaForm.tsx#L47
[@typescript-eslint/no-unsafe-call] Unsafe call of a(n) `error` type typed value.
app/gui/src/dashboard/layouts/Settings/SetupTwoFaForm.tsx#L179
[@typescript-eslint/no-unsafe-call] Unsafe call of a(n) `error` type typed value.
app/gui/src/dashboard/layouts/Settings/SetupTwoFaForm.tsx#L143
[@typescript-eslint/no-unsafe-member-access] Unsafe member access .ok on an `any` value.
app/gui/src/dashboard/layouts/Settings/SetupTwoFaForm.tsx#L209
[@typescript-eslint/no-unsafe-member-access] Unsafe member access .url on an `error` typed value.
app/gui/src/dashboard/layouts/Settings/SetupTwoFaForm.tsx#L47
[@typescript-eslint/no-unsafe-call] Unsafe call of a(n) `error` type typed value.
app/gui/src/dashboard/layouts/Settings/SetupTwoFaForm.tsx#L179
[@typescript-eslint/no-unsafe-member-access] Unsafe member access .setupTOTP on an `error` typed value.
app/gui/src/dashboard/layouts/Settings/SetupTwoFaForm.tsx#L146
[@typescript-eslint/no-unsafe-member-access] Unsafe member access .val on an `any` value.
app/gui/src/dashboard/layouts/Settings/SetupTwoFaForm.tsx#L234
[@typescript-eslint/no-unsafe-assignment] Unsafe assignment of an error typed value.
app/gui/src/dashboard/layouts/Settings/SetupTwoFaForm.tsx#L47
[@typescript-eslint/no-unsafe-member-access] Unsafe member access .getMFAPreference on an `error` typed value.
app/gui/src/dashboard/layouts/Settings/SetupTwoFaForm.tsx#L179
[@typescript-eslint/no-unsafe-member-access] Unsafe member access .then on an `error` typed value.
app/gui/src/dashboard/layouts/Settings/SetupTwoFaForm.tsx#L176
[@typescript-eslint/no-unsafe-assignment] Unsafe array destructuring of a tuple element with an error typed value.
app/gui/src/dashboard/layouts/Settings/SetupTwoFaForm.tsx#L47
[@typescript-eslint/no-unsafe-member-access] Unsafe member access .then on an `error` typed value.
app/gui/src/dashboard/layouts/Settings/SetupTwoFaForm.tsx#L234
[@typescript-eslint/no-unsafe-member-access] Unsafe member access .url on an `error` typed value.
app/gui/src/dashboard/layouts/Settings/SetupTwoFaForm.tsx#L180
[@typescript-eslint/strict-boolean-expressions] Unexpected any value in conditional. An explicit comparison or type cast is required.
app/gui/src/dashboard/layouts/Settings/SetupTwoFaForm.tsx#L179
[@typescript-eslint/no-unsafe-return] Unsafe return of a value of type error.
app/gui/src/dashboard/layouts/Settings/SetupTwoFaForm.tsx#L104
[@typescript-eslint/no-unsafe-member-access] Unsafe member access .ok on an `any` value.
app/gui/src/dashboard/layouts/Settings/SetupTwoFaForm.tsx#L48
[@typescript-eslint/strict-boolean-expressions] Unexpected any value in conditional. An explicit comparison or type cast is required.
app/gui/src/dashboard/providers/__test__/SessionProvider.test.tsx#L74
[@typescript-eslint/no-unused-vars] 'debug' is assigned a value but never used. Allowed unused vars must match /^_/u.
app/gui/src/dashboard/layouts/Settings/SetupTwoFaForm.tsx#L180
[@typescript-eslint/no-unsafe-member-access] Unsafe member access .err on an `any` value.
app/gui/src/dashboard/layouts/Settings/SetupTwoFaForm.tsx#L179
[@typescript-eslint/no-unsafe-call] Unsafe call of a(n) `error` type typed value.
app/gui/src/dashboard/layouts/Settings/SetupTwoFaForm.tsx#L107
[@typescript-eslint/no-unsafe-member-access] Unsafe member access .val on an `any` value.
app/gui/src/dashboard/layouts/Settings/SetupTwoFaForm.tsx#L48
[@typescript-eslint/no-unsafe-member-access] Unsafe member access .err on an `any` value.
app/gui/src/dashboard/layouts/Settings/SetupTwoFaForm.tsx#L44
[@typescript-eslint/no-unsafe-assignment] Unsafe array destructuring of a tuple element with an error typed value.
app/gui/src/dashboard/layouts/Settings/SetupTwoFaForm.tsx#L179
[@typescript-eslint/no-unsafe-call] Unsafe call of a(n) `error` type typed value.
app/gui/src/dashboard/layouts/Settings/SetupTwoFaForm.tsx#L181
[@typescript-eslint/no-unsafe-member-access] Unsafe member access .val on an `any` value.
app/gui/src/dashboard/layouts/Settings/SetupTwoFaForm.tsx#L140
[@typescript-eslint/require-await] Async arrow function has no 'await' expression.
app/gui/src/dashboard/layouts/Settings/SetupTwoFaForm.tsx#L49
[@typescript-eslint/no-unsafe-member-access] Unsafe member access .val on an `any` value.
app/gui/src/dashboard/layouts/Settings/SetupTwoFaForm.tsx#L47
[@typescript-eslint/no-unsafe-return] Unsafe return of a value of type error.
app/gui/src/dashboard/layouts/Settings/SetupTwoFaForm.tsx#L179
[@typescript-eslint/no-unsafe-member-access] Unsafe member access .setupTOTP on an `error` typed value.
app/gui/src/dashboard/layouts/Settings/SetupTwoFaForm.tsx#L142
[@typescript-eslint/no-unsafe-return] Unsafe return of a value of type error.
app/gui/src/dashboard/layouts/Settings/SetupTwoFaForm.tsx#L183
[@typescript-eslint/no-unsafe-return] Unsafe return of a value of type `any`.
app/gui/src/dashboard/layouts/Settings/SetupTwoFaForm.tsx#L51
[@typescript-eslint/no-unsafe-return] Unsafe return of a value of type `any`.
app/gui/src/dashboard/layouts/Settings/SetupTwoFaForm.tsx#L47
[@typescript-eslint/no-unsafe-call] Unsafe call of a(n) `error` type typed value.
app/gui/src/dashboard/layouts/Settings/SetupTwoFaForm.tsx#L179
[@typescript-eslint/no-unsafe-member-access] Unsafe member access .then on an `error` typed value.
app/gui/src/dashboard/layouts/Settings/SetupTwoFaForm.tsx#L142
[@typescript-eslint/no-unsafe-call] Unsafe call of a(n) `error` type typed value.
app/gui/src/dashboard/layouts/Settings/SetupTwoFaForm.tsx#L183
[@typescript-eslint/no-unsafe-call] Unsafe call of a(n) `any` typed value.
app/gui/src/dashboard/layouts/Settings/SetupTwoFaForm.tsx#L51
[@typescript-eslint/no-unsafe-call] Unsafe call of a(n) `any` typed value.
app/gui/src/dashboard/layouts/Settings/SetupTwoFaForm.tsx#L47
[@typescript-eslint/no-unsafe-call] Unsafe call of a(n) `error` type typed value.
app/gui/src/dashboard/layouts/Settings/SetupTwoFaForm.tsx#L180
[@typescript-eslint/strict-boolean-expressions] Unexpected any value in conditional. An explicit comparison or type cast is required.
app/gui/src/dashboard/layouts/Settings/SetupTwoFaForm.tsx#L142
[@typescript-eslint/no-unsafe-call] Unsafe call of a(n) `error` type typed value.
app/gui/src/dashboard/layouts/Settings/SetupTwoFaForm.tsx#L183
[@typescript-eslint/no-unsafe-member-access] Unsafe member access .unwrap on an `any` value.
app/gui/src/dashboard/layouts/Settings/SetupTwoFaForm.tsx#L51
[@typescript-eslint/no-unsafe-member-access] Unsafe member access .unwrap on an `any` value.
app/gui/src/dashboard/layouts/Settings/SetupTwoFaForm.tsx#L180
[@typescript-eslint/no-unsafe-member-access] Unsafe member access .err on an `any` value.
app/gui/src/dashboard/layouts/Settings/SetupTwoFaForm.tsx#L47
[@typescript-eslint/no-unsafe-member-access] Unsafe member access .getMFAPreference on an `error` typed value.
app/gui/src/dashboard/layouts/Settings/SetupTwoFaForm.tsx#L142
[@typescript-eslint/no-unsafe-member-access] Unsafe member access .verifyTotpToken on an `error` typed value.
app/gui/src/dashboard/layouts/Settings/SetupTwoFaForm.tsx#L209
[@typescript-eslint/no-unsafe-assignment] Unsafe assignment of an error typed value.
app/gui/src/dashboard/layouts/Settings/SetupTwoFaForm.tsx#L181
[@typescript-eslint/no-unsafe-member-access] Unsafe member access .val on an `any` value.
app/gui/src/dashboard/layouts/Settings/SetupTwoFaForm.tsx#L47
[@typescript-eslint/no-unsafe-member-access] Unsafe member access .then on an `error` typed value.
app/gui/src/dashboard/layouts/Settings/SetupTwoFaForm.tsx#L60
[@typescript-eslint/no-unsafe-return] Unsafe return of a value of type error.
app/gui/src/dashboard/layouts/Settings/SetupTwoFaForm.tsx#L142
[@typescript-eslint/no-unsafe-member-access] Unsafe member access .then on an `error` typed value.
app/gui/src/dashboard/layouts/Settings/SetupTwoFaForm.tsx#L209
[@typescript-eslint/no-unsafe-member-access] Unsafe member access .url on an `error` typed value.
app/gui/src/dashboard/layouts/Settings/SetupTwoFaForm.tsx#L183
[@typescript-eslint/no-unsafe-return] Unsafe return of a value of type `any`.
app/gui/src/dashboard/layouts/Settings/SetupTwoFaForm.tsx#L60
[@typescript-eslint/no-unsafe-call] Unsafe call of a(n) `error` type typed value.
app/gui/src/dashboard/layouts/Settings/SetupTwoFaForm.tsx#L48
[@typescript-eslint/strict-boolean-expressions] Unexpected any value in conditional. An explicit comparison or type cast is required.
app/gui/src/dashboard/layouts/Settings/SetupTwoFaForm.tsx#L143
[@typescript-eslint/strict-boolean-expressions] Unexpected any value in conditional. An explicit comparison or type cast is required.
app/gui/src/dashboard/layouts/Settings/SetupTwoFaForm.tsx#L234
[@typescript-eslint/no-unsafe-assignment] Unsafe assignment of an error typed value.
app/gui/src/dashboard/layouts/Settings/SetupTwoFaForm.tsx#L183
[@typescript-eslint/no-unsafe-call] Unsafe call of a(n) `any` typed value.
app/gui/src/dashboard/layouts/Settings/SetupTwoFaForm.tsx#L60
[@typescript-eslint/no-unsafe-call] Unsafe call of a(n) `error` type typed value.
app/gui/src/dashboard/layouts/Settings/SetupTwoFaForm.tsx#L48
[@typescript-eslint/no-unsafe-member-access] Unsafe member access .err on an `any` value.
app/gui/src/dashboard/layouts/Settings/SetupTwoFaForm.tsx#L143
[@typescript-eslint/no-unsafe-member-access] Unsafe member access .ok on an `any` value.
app/gui/src/dashboard/layouts/Settings/SetupTwoFaForm.tsx#L183
[@typescript-eslint/no-unsafe-member-access] Unsafe member access .unwrap on an `any` value.
app/gui/src/dashboard/layouts/Settings/SetupTwoFaForm.tsx#L234
[@typescript-eslint/no-unsafe-member-access] Unsafe member access .url on an `error` typed value.
app/gui/src/dashboard/layouts/Settings/SetupTwoFaForm.tsx#L60
[@typescript-eslint/no-unsafe-member-access] Unsafe member access .updateMFAPreference on an `error` typed value.
app/gui/src/dashboard/layouts/Settings/SetupTwoFaForm.tsx#L49
[@typescript-eslint/no-unsafe-member-access] Unsafe member access .val on an `any` value.
app/gui/src/dashboard/layouts/Settings/SetupTwoFaForm.tsx#L146
[@typescript-eslint/no-unsafe-member-access] Unsafe member access .val on an `any` value.
app/gui/src/dashboard/layouts/Settings/SetupTwoFaForm.tsx#L209
[@typescript-eslint/no-unsafe-assignment] Unsafe assignment of an error typed value.
app/gui/src/dashboard/providers/__test__/SessionProvider.test.tsx#L74
[@typescript-eslint/no-unused-vars] 'debug' is assigned a value but never used. Allowed unused vars must match /^_/u.
app/gui/src/dashboard/layouts/Settings/SetupTwoFaForm.tsx#L60
[@typescript-eslint/no-unsafe-member-access] Unsafe member access .then on an `error` typed value.
app/gui/src/dashboard/layouts/Settings/SetupTwoFaForm.tsx#L51
[@typescript-eslint/no-unsafe-return] Unsafe return of a value of type `any`.
app/gui/src/dashboard/layouts/Settings/SetupTwoFaForm.tsx#L176
[@typescript-eslint/no-unsafe-assignment] Unsafe array destructuring of a tuple element with an error typed value.
app/gui/src/dashboard/layouts/Settings/SetupTwoFaForm.tsx#L209
[@typescript-eslint/no-unsafe-member-access] Unsafe member access .url on an `error` typed value.
app/gui/src/dashboard/layouts/Settings/SetupTwoFaForm.tsx#L61
[@typescript-eslint/strict-boolean-expressions] Unexpected any value in conditional. An explicit comparison or type cast is required.
app/gui/src/dashboard/layouts/Settings/SetupTwoFaForm.tsx#L44
[@typescript-eslint/no-unsafe-assignment] Unsafe array destructuring of a tuple element with an error typed value.
app/gui/src/dashboard/layouts/Settings/SetupTwoFaForm.tsx#L179
[@typescript-eslint/no-unsafe-return] Unsafe return of a value of type error.
app/gui/src/dashboard/layouts/Settings/SetupTwoFaForm.tsx#L51
[@typescript-eslint/no-unsafe-call] Unsafe call of a(n) `any` typed value.
app/gui/src/dashboard/layouts/Settings/SetupTwoFaForm.tsx#L234
[@typescript-eslint/no-unsafe-assignment] Unsafe assignment of an error typed value.
app/gui/src/dashboard/layouts/Settings/SetupTwoFaForm.tsx#L61
[@typescript-eslint/no-unsafe-member-access] Unsafe member access .err on an `any` value.
app/gui/src/dashboard/layouts/Settings/SetupTwoFaForm.tsx#L47
[@typescript-eslint/no-unsafe-return] Unsafe return of a value of type error.
app/gui/src/dashboard/layouts/Settings/SetupTwoFaForm.tsx#L179
[@typescript-eslint/no-unsafe-call] Unsafe call of a(n) `error` type typed value.
app/gui/src/dashboard/layouts/Settings/SetupTwoFaForm.tsx#L51
[@typescript-eslint/no-unsafe-member-access] Unsafe member access .unwrap on an `any` value.
app/gui/src/dashboard/layouts/Settings/SetupTwoFaForm.tsx#L234
[@typescript-eslint/no-unsafe-member-access] Unsafe member access .url on an `error` typed value.
app/gui/src/dashboard/layouts/Settings/SetupTwoFaForm.tsx#L62
[@typescript-eslint/no-unsafe-member-access] Unsafe member access .val on an `any` value.
app/gui/src/dashboard/layouts/Settings/SetupTwoFaForm.tsx#L47
[@typescript-eslint/no-unsafe-call] Unsafe call of a(n) `error` type typed value.
app/gui/src/dashboard/layouts/Settings/SetupTwoFaForm.tsx#L179
[@typescript-eslint/no-unsafe-call] Unsafe call of a(n) `error` type typed value.
app/gui/src/dashboard/providers/__test__/SessionProvider.test.tsx#L74
[@typescript-eslint/no-unused-vars] 'debug' is assigned a value but never used. Allowed unused vars must match /^_/u.
app/gui/src/dashboard/layouts/Settings/SetupTwoFaForm.tsx#L60
[@typescript-eslint/no-unsafe-return] Unsafe return of a value of type error.
app/gui/src/dashboard/layouts/Settings/SetupTwoFaForm.tsx#L64
[@typescript-eslint/no-unsafe-return] Unsafe return of a value of type `any`.
app/gui/src/dashboard/layouts/Settings/SetupTwoFaForm.tsx#L179
[@typescript-eslint/no-unsafe-member-access] Unsafe member access .setupTOTP on an `error` typed value.
app/gui/src/dashboard/layouts/Settings/SetupTwoFaForm.tsx#L47
[@typescript-eslint/no-unsafe-call] Unsafe call of a(n) `error` type typed value.
app/gui/src/dashboard/layouts/Settings/SetupTwoFaForm.tsx#L44
[@typescript-eslint/no-unsafe-assignment] Unsafe array destructuring of a tuple element with an error typed value.
app/gui/src/dashboard/layouts/Settings/SetupTwoFaForm.tsx#L60
[@typescript-eslint/no-unsafe-call] Unsafe call of a(n) `error` type typed value.
app/gui/src/dashboard/layouts/Settings/SetupTwoFaForm.tsx#L64
[@typescript-eslint/no-unsafe-call] Unsafe call of a(n) `any` typed value.
app/gui/src/dashboard/layouts/Settings/SetupTwoFaForm.tsx#L47
[@typescript-eslint/no-unsafe-member-access] Unsafe member access .getMFAPreference on an `error` typed value.
app/gui/src/dashboard/layouts/Settings/SetupTwoFaForm.tsx#L47
[@typescript-eslint/no-unsafe-return] Unsafe return of a value of type error.
app/gui/src/dashboard/layouts/Settings/SetupTwoFaForm.tsx#L179
[@typescript-eslint/no-unsafe-member-access] Unsafe member access .then on an `error` typed value.
app/gui/src/dashboard/layouts/Settings/SetupTwoFaForm.tsx#L60
[@typescript-eslint/no-unsafe-call] Unsafe call of a(n) `error` type typed value.
app/gui/src/dashboard/layouts/Settings/SetupTwoFaForm.tsx#L64
[@typescript-eslint/no-unsafe-member-access] Unsafe member access .unwrap on an `any` value.
app/gui/src/dashboard/layouts/Settings/SetupTwoFaForm.tsx#L47
[@typescript-eslint/no-unsafe-call] Unsafe call of a(n) `error` type typed value.
app/gui/src/dashboard/layouts/Settings/SetupTwoFaForm.tsx#L47
[@typescript-eslint/no-unsafe-member-access] Unsafe member access .then on an `error` typed value.
app/gui/src/dashboard/layouts/Settings/SetupTwoFaForm.tsx#L60
[@typescript-eslint/no-unsafe-member-access] Unsafe member access .updateMFAPreference on an `error` typed value.
app/gui/src/dashboard/layouts/Settings/SetupTwoFaForm.tsx#L180
[@typescript-eslint/strict-boolean-expressions] Unexpected any value in conditional. An explicit comparison or type cast is required.
app/gui/src/dashboard/layouts/Settings/SetupTwoFaForm.tsx#L103
[@typescript-eslint/no-unsafe-return] Unsafe return of a value of type error.
app/gui/src/dashboard/layouts/Settings/SetupTwoFaForm.tsx#L180
[@typescript-eslint/no-unsafe-member-access] Unsafe member access .err on an `any` value.
app/gui/src/dashboard/layouts/Settings/SetupTwoFaForm.tsx#L47
[@typescript-eslint/no-unsafe-call] Unsafe call of a(n) `error` type typed value.
app/gui/src/dashboard/layouts/Settings/SetupTwoFaForm.tsx#L48
[@typescript-eslint/strict-boolean-expressions] Unexpected any value in conditional. An explicit comparison or type cast is required.
app/gui/src/dashboard/layouts/Settings/SetupTwoFaForm.tsx#L60
[@typescript-eslint/no-unsafe-member-access] Unsafe member access .then on an `error` typed value.
app/gui/src/dashboard/layouts/Settings/SetupTwoFaForm.tsx#L103
[@typescript-eslint/no-unsafe-call] Unsafe call of a(n) `error` type typed value.
app/gui/src/dashboard/layouts/Settings/SetupTwoFaForm.tsx#L61
[@typescript-eslint/strict-boolean-expressions] Unexpected any value in conditional. An explicit comparison or type cast is required.
app/gui/src/dashboard/layouts/Settings/SetupTwoFaForm.tsx#L181
[@typescript-eslint/no-unsafe-member-access] Unsafe member access .val on an `any` value.
app/gui/src/dashboard/layouts/Settings/SetupTwoFaForm.tsx#L47
[@typescript-eslint/no-unsafe-member-access] Unsafe member access .getMFAPreference on an `error` typed value.
app/gui/src/dashboard/layouts/Settings/SetupTwoFaForm.tsx#L48
[@typescript-eslint/no-unsafe-member-access] Unsafe member access .err on an `any` value.
app/gui/src/dashboard/layouts/Settings/SetupTwoFaForm.tsx#L103
[@typescript-eslint/no-unsafe-call] Unsafe call of a(n) `error` type typed value.
app/gui/src/dashboard/layouts/Settings/SetupTwoFaForm.tsx#L61
[@typescript-eslint/no-unsafe-member-access] Unsafe member access .err on an `any` value.
app/gui/src/dashboard/layouts/Settings/SetupTwoFaForm.tsx#L47
[@typescript-eslint/no-unsafe-member-access] Unsafe member access .then on an `error` typed value.
app/gui/src/dashboard/layouts/Settings/SetupTwoFaForm.tsx#L183
[@typescript-eslint/no-unsafe-return] Unsafe return of a value of type `any`.
app/gui/src/dashboard/layouts/Settings/SetupTwoFaForm.tsx#L49
[@typescript-eslint/no-unsafe-member-access] Unsafe member access .val on an `any` value.
app/gui/src/dashboard/layouts/Settings/SetupTwoFaForm.tsx#L103
[@typescript-eslint/no-unsafe-member-access] Unsafe member access .verifyTotpToken on an `error` typed value.
app/gui/src/dashboard/layouts/Settings/SetupTwoFaForm.tsx#L48
[@typescript-eslint/strict-boolean-expressions] Unexpected any value in conditional. An explicit comparison or type cast is required.
app/gui/src/dashboard/layouts/Settings/SetupTwoFaForm.tsx#L183
[@typescript-eslint/no-unsafe-call] Unsafe call of a(n) `any` typed value.
app/gui/src/dashboard/layouts/Settings/SetupTwoFaForm.tsx#L62
[@typescript-eslint/no-unsafe-member-access] Unsafe member access .val on an `any` value.
app/gui/src/dashboard/layouts/Settings/SetupTwoFaForm.tsx#L51
[@typescript-eslint/no-unsafe-return] Unsafe return of a value of type `any`.
app/gui/src/dashboard/layouts/Settings/SetupTwoFaForm.tsx#L103
[@typescript-eslint/no-unsafe-member-access] Unsafe member access .then on an `error` typed value.
app/gui/src/dashboard/layouts/Settings/SetupTwoFaForm.tsx#L48
[@typescript-eslint/no-unsafe-member-access] Unsafe member access .err on an `any` value.
app/gui/src/dashboard/layouts/Settings/SetupTwoFaForm.tsx#L64
[@typescript-eslint/no-unsafe-return] Unsafe return of a value of type `any`.
app/gui/src/dashboard/layouts/Settings/SetupTwoFaForm.tsx#L183
[@typescript-eslint/no-unsafe-member-access] Unsafe member access .unwrap on an `any` value.
app/gui/src/dashboard/layouts/Settings/SetupTwoFaForm.tsx#L51
[@typescript-eslint/no-unsafe-call] Unsafe call of a(n) `any` typed value.
app/gui/src/dashboard/layouts/Settings/SetupTwoFaForm.tsx#L49
[@typescript-eslint/no-unsafe-member-access] Unsafe member access .val on an `any` value.
app/gui/src/dashboard/layouts/Settings/SetupTwoFaForm.tsx#L104
[@typescript-eslint/strict-boolean-expressions] Unexpected any value in conditional. An explicit comparison or type cast is required.
app/gui/src/dashboard/layouts/Settings/SetupTwoFaForm.tsx#L64
[@typescript-eslint/no-unsafe-call] Unsafe call of a(n) `any` typed value.
app/gui/src/dashboard/layouts/Settings/SetupTwoFaForm.tsx#L209
[@typescript-eslint/no-unsafe-assignment] Unsafe assignment of an error typed value.
app/gui/src/dashboard/layouts/Settings/SetupTwoFaForm.tsx#L51
[@typescript-eslint/no-unsafe-member-access] Unsafe member access .unwrap on an `any` value.
app/gui/src/dashboard/layouts/Settings/SetupTwoFaForm.tsx#L51
[@typescript-eslint/no-unsafe-return] Unsafe return of a value of type `any`.
app/gui/src/dashboard/layouts/Settings/SetupTwoFaForm.tsx#L64
[@typescript-eslint/no-unsafe-member-access] Unsafe member access .unwrap on an `any` value.
app/gui/src/dashboard/layouts/Settings/SetupTwoFaForm.tsx#L104
[@typescript-eslint/no-unsafe-member-access] Unsafe member access .ok on an `any` value.
app/gui/src/dashboard/layouts/Settings/SetupTwoFaForm.tsx#L60
[@typescript-eslint/no-unsafe-return] Unsafe return of a value of type error.
app/gui/src/dashboard/layouts/Settings/SetupTwoFaForm.tsx#L209
[@typescript-eslint/no-unsafe-member-access] Unsafe member access .url on an `error` typed value.
app/gui/src/dashboard/layouts/Settings/SetupTwoFaForm.tsx#L51
[@typescript-eslint/no-unsafe-call] Unsafe call of a(n) `any` typed value.
app/gui/src/dashboard/layouts/Settings/SetupTwoFaForm.tsx#L107
[@typescript-eslint/no-unsafe-member-access] Unsafe member access .val on an `any` value.
app/gui/src/dashboard/layouts/Settings/SetupTwoFaForm.tsx#L103
[@typescript-eslint/no-unsafe-return] Unsafe return of a value of type error.
app/gui/src/dashboard/layouts/Settings/SetupTwoFaForm.tsx#L60
[@typescript-eslint/no-unsafe-call] Unsafe call of a(n) `error` type typed value.
app/gui/src/dashboard/layouts/Settings/SetupTwoFaForm.tsx#L234
[@typescript-eslint/no-unsafe-assignment] Unsafe assignment of an error typed value.
app/gui/src/dashboard/layouts/Settings/SetupTwoFaForm.tsx#L51
[@typescript-eslint/no-unsafe-member-access] Unsafe member access .unwrap on an `any` value.
app/gui/src/dashboard/layouts/Settings/SetupTwoFaForm.tsx#L140
[@typescript-eslint/require-await] Async arrow function has no 'await' expression.
app/gui/src/dashboard/layouts/Settings/SetupTwoFaForm.tsx#L103
[@typescript-eslint/no-unsafe-call] Unsafe call of a(n) `error` type typed value.
app/gui/src/dashboard/layouts/Settings/SetupTwoFaForm.tsx#L60
[@typescript-eslint/no-unsafe-call] Unsafe call of a(n) `error` type typed value.
app/gui/src/dashboard/layouts/Settings/SetupTwoFaForm.tsx#L234
[@typescript-eslint/no-unsafe-member-access] Unsafe member access .url on an `error` typed value.
app/gui/src/dashboard/layouts/Settings/SetupTwoFaForm.tsx#L60
[@typescript-eslint/no-unsafe-return] Unsafe return of a value of type error.
app/gui/src/dashboard/layouts/Settings/SetupTwoFaForm.tsx#L103
[@typescript-eslint/no-unsafe-call] Unsafe call of a(n) `error` type typed value.
app/gui/src/dashboard/layouts/Settings/SetupTwoFaForm.tsx#L142
[@typescript-eslint/no-unsafe-return] Unsafe return of a value of type error.
app/gui/src/dashboard/layouts/Settings/SetupTwoFaForm.tsx#L60
[@typescript-eslint/no-unsafe-member-access] Unsafe member access .updateMFAPreference on an `error` typed value.
app/gui/src/dashboard/providers/__test__/SessionProvider.test.tsx#L74
[@typescript-eslint/no-unused-vars] 'debug' is assigned a value but never used. Allowed unused vars must match /^_/u.
app/gui/src/dashboard/layouts/Settings/SetupTwoFaForm.tsx#L60
[@typescript-eslint/no-unsafe-call] Unsafe call of a(n) `error` type typed value.
app/gui/src/dashboard/layouts/Settings/SetupTwoFaForm.tsx#L103
[@typescript-eslint/no-unsafe-member-access] Unsafe member access .verifyTotpToken on an `error` typed value.
app/gui/src/dashboard/layouts/Settings/SetupTwoFaForm.tsx#L60
[@typescript-eslint/no-unsafe-call] Unsafe call of a(n) `error` type typed value.
app/gui/src/dashboard/layouts/Settings/SetupTwoFaForm.tsx#L103
[@typescript-eslint/no-unsafe-member-access] Unsafe member access .then on an `error` typed value.
app/gui/src/dashboard/layouts/Settings/SetupTwoFaForm.tsx#L60
[@typescript-eslint/no-unsafe-member-access] Unsafe member access .then on an `error` typed value.
app/gui/src/dashboard/layouts/Settings/SetupTwoFaForm.tsx#L60
[@typescript-eslint/no-unsafe-member-access] Unsafe member access .updateMFAPreference on an `error` typed value.
app/gui/src/dashboard/layouts/Settings/SetupTwoFaForm.tsx#L104
[@typescript-eslint/strict-boolean-expressions] Unexpected any value in conditional. An explicit comparison or type cast is required.
app/gui/src/dashboard/layouts/Settings/SetupTwoFaForm.tsx#L61
[@typescript-eslint/strict-boolean-expressions] Unexpected any value in conditional. An explicit comparison or type cast is required.
app/gui/src/dashboard/layouts/Settings/SetupTwoFaForm.tsx#L142
[@typescript-eslint/no-unsafe-call] Unsafe call of a(n) `error` type typed value.
app/gui/src/dashboard/layouts/Settings/SetupTwoFaForm.tsx#L60
[@typescript-eslint/no-unsafe-member-access] Unsafe member access .then on an `error` typed value.
app/gui/src/dashboard/layouts/Settings/SetupTwoFaForm.tsx#L104
[@typescript-eslint/no-unsafe-member-access] Unsafe member access .ok on an `any` value.
app/gui/src/dashboard/layouts/Settings/SetupTwoFaForm.tsx#L61
[@typescript-eslint/no-unsafe-member-access] Unsafe member access .err on an `any` value.
app/gui/src/dashboard/layouts/Settings/SetupTwoFaForm.tsx#L142
[@typescript-eslint/no-unsafe-call] Unsafe call of a(n) `error` type typed value.
app/gui/src/dashboard/layouts/Settings/SetupTwoFaForm.tsx#L61
[@typescript-eslint/strict-boolean-expressions] Unexpected any value in conditional. An explicit comparison or type cast is required.
app/gui/src/dashboard/layouts/Settings/SetupTwoFaForm.tsx#L107
[@typescript-eslint/no-unsafe-member-access] Unsafe member access .val on an `any` value.
app/gui/src/dashboard/layouts/Settings/SetupTwoFaForm.tsx#L62
[@typescript-eslint/no-unsafe-member-access] Unsafe member access .val on an `any` value.
app/gui/src/dashboard/layouts/Settings/SetupTwoFaForm.tsx#L142
[@typescript-eslint/no-unsafe-member-access] Unsafe member access .verifyTotpToken on an `error` typed value.
app/gui/src/dashboard/layouts/Settings/SetupTwoFaForm.tsx#L61
[@typescript-eslint/no-unsafe-member-access] Unsafe member access .err on an `any` value.
app/gui/src/dashboard/layouts/Settings/SetupTwoFaForm.tsx#L140
[@typescript-eslint/require-await] Async arrow function has no 'await' expression.
app/gui/src/dashboard/layouts/Settings/SetupTwoFaForm.tsx#L64
[@typescript-eslint/no-unsafe-return] Unsafe return of a value of type `any`.
app/gui/src/dashboard/layouts/Settings/SetupTwoFaForm.tsx#L62
[@typescript-eslint/no-unsafe-member-access] Unsafe member access .val on an `any` value.
app/gui/src/dashboard/layouts/Settings/SetupTwoFaForm.tsx#L142
[@typescript-eslint/no-unsafe-member-access] Unsafe member access .then on an `error` typed value.
app/gui/src/dashboard/layouts/Settings/SetupTwoFaForm.tsx#L142
[@typescript-eslint/no-unsafe-return] Unsafe return of a value of type error.
app/gui/src/dashboard/layouts/Settings/SetupTwoFaForm.tsx#L64
[@typescript-eslint/no-unsafe-call] Unsafe call of a(n) `any` typed value.
app/gui/src/dashboard/layouts/Settings/SetupTwoFaForm.tsx#L64
[@typescript-eslint/no-unsafe-return] Unsafe return of a value of type `any`.
app/gui/src/dashboard/layouts/Settings/SetupTwoFaForm.tsx#L143
[@typescript-eslint/strict-boolean-expressions] Unexpected any value in conditional. An explicit comparison or type cast is required.
app/gui/src/dashboard/layouts/Settings/SetupTwoFaForm.tsx#L142
[@typescript-eslint/no-unsafe-call] Unsafe call of a(n) `error` type typed value.
app/gui/src/dashboard/layouts/Settings/SetupTwoFaForm.tsx#L64
[@typescript-eslint/no-unsafe-member-access] Unsafe member access .unwrap on an `any` value.
app/gui/src/dashboard/layouts/Settings/SetupTwoFaForm.tsx#L64
[@typescript-eslint/no-unsafe-call] Unsafe call of a(n) `any` typed value.
app/gui/src/dashboard/layouts/Settings/SetupTwoFaForm.tsx#L143
[@typescript-eslint/no-unsafe-member-access] Unsafe member access .ok on an `any` value.
app/gui/src/dashboard/layouts/Settings/SetupTwoFaForm.tsx#L142
[@typescript-eslint/no-unsafe-call] Unsafe call of a(n) `error` type typed value.
app/gui/src/dashboard/layouts/Settings/SetupTwoFaForm.tsx#L64
[@typescript-eslint/no-unsafe-member-access] Unsafe member access .unwrap on an `any` value.
app/gui/src/dashboard/layouts/Settings/SetupTwoFaForm.tsx#L103
[@typescript-eslint/no-unsafe-return] Unsafe return of a value of type error.
app/gui/src/dashboard/layouts/Settings/SetupTwoFaForm.tsx#L146
[@typescript-eslint/no-unsafe-member-access] Unsafe member access .val on an `any` value.
app/gui/src/dashboard/layouts/Settings/SetupTwoFaForm.tsx#L142
[@typescript-eslint/no-unsafe-member-access] Unsafe member access .verifyTotpToken on an `error` typed value.
app/gui/src/dashboard/layouts/Settings/SetupTwoFaForm.tsx#L176
[@typescript-eslint/no-unsafe-assignment] Unsafe array destructuring of a tuple element with an error typed value.
app/gui/src/dashboard/layouts/Settings/SetupTwoFaForm.tsx#L103
[@typescript-eslint/no-unsafe-call] Unsafe call of a(n) `error` type typed value.
app/gui/src/dashboard/layouts/Settings/SetupTwoFaForm.tsx#L142
[@typescript-eslint/no-unsafe-member-access] Unsafe member access .then on an `error` typed value.
app/gui/src/dashboard/layouts/Settings/SetupTwoFaForm.tsx#L103
[@typescript-eslint/no-unsafe-return] Unsafe return of a value of type error.
app/gui/src/dashboard/layouts/Settings/SetupTwoFaForm.tsx#L179
[@typescript-eslint/no-unsafe-return] Unsafe return of a value of type error.
app/gui/src/dashboard/layouts/Settings/SetupTwoFaForm.tsx#L103
[@typescript-eslint/no-unsafe-call] Unsafe call of a(n) `error` type typed value.
app/gui/src/dashboard/layouts/Settings/SetupTwoFaForm.tsx#L143
[@typescript-eslint/strict-boolean-expressions] Unexpected any value in conditional. An explicit comparison or type cast is required.
app/gui/src/dashboard/layouts/Settings/SetupTwoFaForm.tsx#L103
[@typescript-eslint/no-unsafe-call] Unsafe call of a(n) `error` type typed value.
app/gui/src/dashboard/layouts/Settings/SetupTwoFaForm.tsx#L179
[@typescript-eslint/no-unsafe-call] Unsafe call of a(n) `error` type typed value.
app/gui/src/dashboard/layouts/Settings/SetupTwoFaForm.tsx#L103
[@typescript-eslint/no-unsafe-member-access] Unsafe member access .verifyTotpToken on an `error` typed value.
app/gui/src/dashboard/layouts/Settings/SetupTwoFaForm.tsx#L143
[@typescript-eslint/no-unsafe-member-access] Unsafe member access .ok on an `any` value.
app/gui/src/dashboard/layouts/Settings/SetupTwoFaForm.tsx#L103
[@typescript-eslint/no-unsafe-call] Unsafe call of a(n) `error` type typed value.
app/gui/src/dashboard/layouts/Settings/SetupTwoFaForm.tsx#L179
[@typescript-eslint/no-unsafe-call] Unsafe call of a(n) `error` type typed value.
app/gui/src/dashboard/layouts/Settings/SetupTwoFaForm.tsx#L103
[@typescript-eslint/no-unsafe-member-access] Unsafe member access .then on an `error` typed value.
app/gui/src/dashboard/layouts/Settings/SetupTwoFaForm.tsx#L103
[@typescript-eslint/no-unsafe-member-access] Unsafe member access .verifyTotpToken on an `error` typed value.
app/gui/src/dashboard/layouts/Settings/SetupTwoFaForm.tsx#L146
[@typescript-eslint/no-unsafe-member-access] Unsafe member access .val on an `any` value.
app/gui/src/dashboard/layouts/Settings/SetupTwoFaForm.tsx#L179
[@typescript-eslint/no-unsafe-member-access] Unsafe member access .setupTOTP on an `error` typed value.
app/gui/src/dashboard/layouts/Settings/SetupTwoFaForm.tsx#L103
[@typescript-eslint/no-unsafe-member-access] Unsafe member access .then on an `error` typed value.
app/gui/src/dashboard/layouts/Settings/SetupTwoFaForm.tsx#L176
[@typescript-eslint/no-unsafe-assignment] Unsafe array destructuring of a tuple element with an error typed value.
app/gui/src/dashboard/layouts/Settings/SetupTwoFaForm.tsx#L104
[@typescript-eslint/strict-boolean-expressions] Unexpected any value in conditional. An explicit comparison or type cast is required.
app/gui/src/dashboard/layouts/Settings/SetupTwoFaForm.tsx#L179
[@typescript-eslint/no-unsafe-member-access] Unsafe member access .then on an `error` typed value.
app/gui/src/dashboard/layouts/Settings/SetupTwoFaForm.tsx#L179
[@typescript-eslint/no-unsafe-return] Unsafe return of a value of type error.
app/gui/src/dashboard/layouts/Settings/SetupTwoFaForm.tsx#L104
[@typescript-eslint/strict-boolean-expressions] Unexpected any value in conditional. An explicit comparison or type cast is required.
app/gui/src/dashboard/layouts/Settings/SetupTwoFaForm.tsx#L104
[@typescript-eslint/no-unsafe-member-access] Unsafe member access .ok on an `any` value.
app/gui/src/dashboard/layouts/Settings/SetupTwoFaForm.tsx#L180
[@typescript-eslint/strict-boolean-expressions] Unexpected any value in conditional. An explicit comparison or type cast is required.
app/gui/src/dashboard/layouts/Settings/SetupTwoFaForm.tsx#L107
[@typescript-eslint/no-unsafe-member-access] Unsafe member access .val on an `any` value.
app/gui/src/dashboard/layouts/Settings/SetupTwoFaForm.tsx#L179
[@typescript-eslint/no-unsafe-call] Unsafe call of a(n) `error` type typed value.
app/gui/src/dashboard/layouts/Settings/SetupTwoFaForm.tsx#L180
[@typescript-eslint/no-unsafe-member-access] Unsafe member access .err on an `any` value.
app/gui/src/dashboard/layouts/Settings/SetupTwoFaForm.tsx#L140
[@typescript-eslint/require-await] Async arrow function has no 'await' expression.
app/gui/src/dashboard/layouts/Settings/SetupTwoFaForm.tsx#L181
[@typescript-eslint/no-unsafe-member-access] Unsafe member access .val on an `any` value.
app/gui/src/dashboard/layouts/Settings/SetupTwoFaForm.tsx#L142
[@typescript-eslint/no-unsafe-return] Unsafe return of a value of type error.
app/gui/src/dashboard/layouts/Settings/SetupTwoFaForm.tsx#L183
[@typescript-eslint/no-unsafe-return] Unsafe return of a value of type `any`.
app/gui/src/dashboard/layouts/Settings/SetupTwoFaForm.tsx#L142
[@typescript-eslint/no-unsafe-call] Unsafe call of a(n) `error` type typed value.
app/gui/src/dashboard/layouts/Settings/SetupTwoFaForm.tsx#L142
[@typescript-eslint/no-unsafe-call] Unsafe call of a(n) `error` type typed value.
app/gui/src/dashboard/layouts/Settings/SetupTwoFaForm.tsx#L142
[@typescript-eslint/no-unsafe-member-access] Unsafe member access .verifyTotpToken on an `error` typed value.
🔍 Files Changed / Changed Files
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Engine Required Checks
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636