action_auth 0.2.11 → 0.2.13

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 8c07ad9154a460104b707e5de606ed075d7598d46ec23aea95886cf38adde58b
4
- data.tar.gz: be73fc563f21b20d7011beb5d8f254da78dd19cec32e17d5544dfbead62021ea
3
+ metadata.gz: b8591f70a89c2588e9f2194c268f963429b216632b6275a0367eb2b6685fe9af
4
+ data.tar.gz: c2f9ba4b385f3fe7031316ed4f9dd2a937829116e4ae00ae0b0cf0dcde6b667a
5
5
  SHA512:
6
- metadata.gz: dd5c45af824e82690d667dca90b29e3741da5a607f5d66e9acb8b3b3cf7ab1cfdd6fdff6c5b7501e39df358e474cdc4093166a54a1f7244858df16c0b1d012c1
7
- data.tar.gz: 7fc79d6d508ed1e5293bd1153b29f545ab01ba80b6ee4a5692abd1f7fac6bb5640ec284811e7bf7047aebcfe0b423f69215348c4ec105f84c25fac6c2915ff08
6
+ metadata.gz: a2b6717061e776eaa069b1cd46a06083454049030f94ac0c2b171f1e6b46afdf194ea64ce6849087ca3171d6470c784b8e53bf450edef5ef275f2d2610396c0f
7
+ data.tar.gz: 38abb036b1cf021e90acb62909fa92b8fbcada9a5232c16c36876c15902004e2b3c10e02c9cb1489587d2aee2bb47fc78ad99ef60b88af95aefeab2edcf829ef
@@ -29,6 +29,13 @@ body {
29
29
  background-color: rgb(255, 255, 255) !important;
30
30
  }
31
31
 
32
+ @media screen and (max-width: 768px) {
33
+ .container {
34
+ width: calc(100% - 10px);
35
+ margin-left: 5px;
36
+ margin-right: 5px;
37
+ }
38
+ }
32
39
  .container-fluid {
33
40
  -webkit-text-size-adjust: 100%;
34
41
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
@@ -22,6 +22,7 @@ class ActionAuth::WebauthnCredentialsController < ApplicationController
22
22
 
23
23
  respond_to do |format|
24
24
  format.json { render json: create_options }
25
+ format.turbo_stream { render json: create_options }
25
26
  end
26
27
  end
27
28
 
@@ -1,3 +1,3 @@
1
1
  module ActionAuth
2
- VERSION = "0.2.11"
2
+ VERSION = "0.2.13"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: action_auth
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.11
4
+ version: 0.2.13
5
5
  platform: ruby
6
6
  authors:
7
7
  - Dave Kimura
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-01-22 00:00:00.000000000 Z
11
+ date: 2024-01-31 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails