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.
display: contents
1 parent 3acc00c commit 0910231Copy full SHA for 0910231
1 file changed
app/assets/javascript/devise/webauthn.js
@@ -9,6 +9,8 @@ function isWebAuthnSupported() {
9
10
export class WebauthnCreateElement extends HTMLElement {
11
connectedCallback() {
12
+ this.style.display = 'contents';
13
+
14
if (!isWebAuthnSupported()) {
15
this.handleWebauthnUnsupported();
16
return;
@@ -88,6 +90,8 @@ export class WebauthnCreateElement extends HTMLElement {
88
90
89
91
export class WebauthnGetElement extends HTMLElement {
92
93
94
95
96
97
0 commit comments