We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16efb24 commit 868390fCopy full SHA for 868390f
frontend/src/external/register/PasswordDoubleInput.tsx
@@ -4,8 +4,8 @@ import { graphql } from "../../gql";
4
import { graphqlRequest } from "../../graphql";
5
import { mountWithProviders } from "../mount";
6
import "../../shared.css";
7
-import PasswordCreationDoubleInput from "../../components/PasswordCreationDoubleInput";
8
import { useTranslation } from "react-i18next";
+import PasswordCreationDoubleInput from "../../components/PasswordCreationDoubleInput";
9
10
const HTML_ID = "#password-double-input";
11
0 commit comments