diff options
| author | iv-ar <i@oiee.no> | 2023-03-04 16:54:16 +0100 |
|---|---|---|
| committer | iv-ar <i@oiee.no> | 2023-03-04 16:54:16 +0100 |
| commit | cf546fd4b9a1fbf77bccf5f0b713e688d29a66ad (patch) | |
| tree | 8103d953afec0618a55dc957ba8a3222dac0e842 /code/app/src/actions/pwKey.ts | |
| parent | b85164718d3bd6a4ad5fc06d04a3ce2dc028b1db (diff) | |
| download | greatoffice-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.ts | 3 |
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 |
