diff --git a/runLinter.sh b/runLinter.sh deleted file mode 100755 index 8925945..0000000 --- a/runLinter.sh +++ /dev/null @@ -1,3 +0,0 @@ -#!/usr/bin/env bash - -npx eslint --cache -c .eslintrc.json "$@" --ext .js,.ts,.tsx \ No newline at end of file diff --git a/runLinterFormatter.sh b/runLinterFormatter.sh new file mode 100755 index 0000000..3323072 --- /dev/null +++ b/runLinterFormatter.sh @@ -0,0 +1,3 @@ +#!/usr/bin/env bash + +npx eslint --cache -c .eslintrc.json --ext .js,.ts,.tsx src "$@" \ No newline at end of file diff --git a/src/ui/pages/Access/Auth/AuthHome.tsx b/src/ui/pages/Access/Auth/AuthHome.tsx index 0a482e1..928e570 100644 --- a/src/ui/pages/Access/Auth/AuthHome.tsx +++ b/src/ui/pages/Access/Auth/AuthHome.tsx @@ -28,7 +28,12 @@ export function AuthListElement(props: AuthListElementProps): JSX.Element { {` (${props.method.accessor})`}
{isViewable && ( - )} diff --git a/src/ui/pages/Access/Auth/userpass/UserPassUserView.tsx b/src/ui/pages/Access/Auth/userpass/UserPassUserView.tsx index 84110d8..83da5e2 100644 --- a/src/ui/pages/Access/Auth/userpass/UserPassUserView.tsx +++ b/src/ui/pages/Access/Auth/userpass/UserPassUserView.tsx @@ -48,7 +48,7 @@ export class UserPassUserView extends Component

-
+

{i18next.t("auth_common_token_config")}