has_secure_passkey 0.2.2 → 0.2.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 319e0c8177e50c14948f84da701332cfc1002658e0ef3aaef7e67b4a04daeced
4
- data.tar.gz: 24e21b09571fbbdcc92501691fca371a31140080388abba33062f17e6536b8a4
3
+ metadata.gz: 2a34b7c6d4ffc77b13aacd463668ca6c79c21b056121096623afdbdd4807dba8
4
+ data.tar.gz: e79dc7f12cdc8ccad5b146f0c66ee309eb14c344b2753c9d14dda0d709ed94f7
5
5
  SHA512:
6
- metadata.gz: 6a575282785205da7cf747f86493fadcf9c4b61b583ca4f26cf843c3bc85a5604aede67b6da314dcb8531276bd267ba00afb17700e5573965f7ea7ce6a2f6d8b
7
- data.tar.gz: a7a96e3f5090912e3d6bb426a4f75ce1c51a7c0735332ad7622220e693e4ee6207b082b92da51bf173e24c85fc7ef84117041832013ec36cb32bfb787738ba44
6
+ metadata.gz: a1d6994dbacce740e0d60ca49abea80b11502b01cea37db931d97e7359b698aef98316930a1d94b415dca0bae716f4a855d291e108bf027ac219d66fbe61bc0f
7
+ data.tar.gz: f1fe81cc4733432980055924d86f8c8c0f601cf0fa6754caeb8febf5374a668de509880e6d814b1c4787261c104176be012abd94751bc8c1add8ad3f1a34727a
@@ -11,8 +11,8 @@ export default class WebAuthn extends HTMLElement {
11
11
  connectedCallback() {
12
12
  this.progressBar = Turbo.navigator.delegate.adapter.progressBar
13
13
  this.style.display = "none"
14
- this.setAttribute("id", "webauthn")
15
14
  this.setAttribute("data-turbo-temporary", 1)
15
+ this.setAttribute("data-turbo-track", "reload")
16
16
  this.run()
17
17
  }
18
18
 
@@ -344,8 +344,8 @@ class WebAuthn extends HTMLElement {
344
344
  connectedCallback() {
345
345
  this.progressBar = Turbo.navigator.delegate.adapter.progressBar;
346
346
  this.style.display = "none";
347
- this.setAttribute("id", "webauthn");
348
347
  this.setAttribute("data-turbo-temporary", 1);
348
+ this.setAttribute("data-turbo-track", "reload");
349
349
  this.run();
350
350
  }
351
351
  run() {
@@ -1,3 +1,3 @@
1
1
  module HasSecurePasskey
2
- VERSION = "0.2.2"
2
+ VERSION = "0.2.3"
3
3
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: has_secure_passkey
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.2
4
+ version: 0.2.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Nick Pezza
8
8
  bindir: bin
9
9
  cert_chain: []
10
- date: 2024-11-03 00:00:00.000000000 Z
10
+ date: 2024-11-04 00:00:00.000000000 Z
11
11
  dependencies:
12
12
  - !ruby/object:Gem::Dependency
13
13
  name: rails