diff options
| author | stonedDiscord <Tukz@gmx.de> | 2022-10-22 18:44:18 +0200 |
|---|---|---|
| committer | stonedDiscord <Tukz@gmx.de> | 2022-10-22 18:44:18 +0200 |
| commit | fb399fd938b9205c761237917af7d7f3bc52ffff (patch) | |
| tree | 9a1587b4047fdf4193e3ba7724425b466ba34c16 /webAO/dom/twofactor.ts | |
| parent | b7e69862d1b9fcf31841b80f00e1f6253d203940 (diff) | |
this is much nicer
Diffstat (limited to 'webAO/dom/twofactor.ts')
| -rw-r--r-- | webAO/dom/twofactor.ts | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/webAO/dom/twofactor.ts b/webAO/dom/twofactor.ts index 38a2bac..28b6e6c 100644 --- a/webAO/dom/twofactor.ts +++ b/webAO/dom/twofactor.ts @@ -6,6 +6,6 @@ function handleCredentialResponse(response: any) { } window.handleCredentialResponse = handleCredentialResponse; -export function showFactorDialog() { - document.getElementById("client_secondfactor").style.display = "block"; +export function showFactorDialog(display: string) { + document.getElementById("client_secondfactor").style.display = display; }
\ No newline at end of file |
