aboutsummaryrefslogtreecommitdiffstats
path: root/code/app/src/actions/pwKey.ts
diff options
context:
space:
mode:
authoriv-ar <i@oiee.no>2023-03-04 16:54:16 +0100
committeriv-ar <i@oiee.no>2023-03-04 16:54:16 +0100
commitcf546fd4b9a1fbf77bccf5f0b713e688d29a66ad (patch)
tree8103d953afec0618a55dc957ba8a3222dac0e842 /code/app/src/actions/pwKey.ts
parentb85164718d3bd6a4ad5fc06d04a3ce2dc028b1db (diff)
downloadgreatoffice-cf546fd4b9a1fbf77bccf5f0b713e688d29a66ad.tar.xz
greatoffice-cf546fd4b9a1fbf77bccf5f0b713e688d29a66ad.zip
feat: Use console to log
Diffstat (limited to 'code/app/src/actions/pwKey.ts')
-rw-r--r--code/app/src/actions/pwKey.ts3
1 files changed, 0 insertions, 3 deletions
diff --git a/code/app/src/actions/pwKey.ts b/code/app/src/actions/pwKey.ts
index cf85685..e8f615c 100644
--- a/code/app/src/actions/pwKey.ts
+++ b/code/app/src/actions/pwKey.ts
@@ -1,7 +1,4 @@
-import { is_testing } from "$configuration";
-
export default function pwKey(node: HTMLElement, value: string | undefined) {
if (!value) return;
- if (!is_testing()) return;
node.setAttribute("pw-key", value);
} \ No newline at end of file