1
0
Fork 0

Run linter.

This commit is contained in:
Kitteh 2021-05-07 14:10:18 +01:00
parent 36ee4708e6
commit ccf420d107

View file

@ -1,11 +1,11 @@
import { CopyableInputBox } from "../../elements/CopyableInputBox.js"; import { CopyableInputBox } from "../../elements/CopyableInputBox.js";
import { DoesNotExistError } from "../../types/internalErrors.js"; import { DoesNotExistError } from "../../types/internalErrors.js";
import { Page } from "../../types/Page.js"; import { Page } from "../../types/Page.js";
import { objectToMap } from "../../utils.js";
import { changePage, setErrorText, setPageContent, setTitleElement } from "../../pageUtils.js"; import { changePage, setErrorText, setPageContent, setTitleElement } from "../../pageUtils.js";
import { getTOTPCode } from "../../api/getTOTPCode"; import { getTOTPCode } from "../../api/getTOTPCode";
import { getTOTPKeys } from "../../api/getTOTPKeys"; import { getTOTPKeys } from "../../api/getTOTPKeys";
import { makeElement } from "../../htmlUtils.js"; import { makeElement } from "../../htmlUtils.js";
import { objectToMap } from "../../utils.js";
import { pageState } from "../../globalPageState.js"; import { pageState } from "../../globalPageState.js";
import i18next from 'i18next'; import i18next from 'i18next';