strongmind-auth 1.1.89 → 1.1.91

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: ffdbde2753f9bd7b46c881799fe0d11bf7b8e8609bfdffc9c0e004a1f787e1dc
4
- data.tar.gz: c412354b9a705b26a69e7c701e76787b91fdacc7c81cc35540c24af8273572af
3
+ metadata.gz: cf988650861d1e8d39886e1c693e7dbe8b92be8babfbe5f4aec46e7fe4855432
4
+ data.tar.gz: 6e3b2b1c5098a8f17b1f895ac0935b989054ceba5c5ba43b636df1e76bbe9ab5
5
5
  SHA512:
6
- metadata.gz: 8ff38c42e5cbbd4c3ad69083344414486c0b0431f41a931c7c4176310e336cc5df80041e261d0bcefa3113dad46fd79c3b4894de6c909077414732d6fa0d3963
7
- data.tar.gz: 8061b81b9cbafa268b4ce1e0024c18511684f4abbf721c20b8c22701edd6c51738af076e58780fb515990a53db5160af0ef9ac24585ef6a365d6ed3d291df730
6
+ metadata.gz: 27bac644b59134aed263d68ce13460f906060bbbfe0ce9a925c01046ae63f468b7545b05c0fb15b543fd38a22894d5e94b4785a15ad322085801635debde1bc5
7
+ data.tar.gz: 15df4c56f89037e19d966489bb29dc06683c9b84b1431fc05978859c6122de0f94e0ccd10425d4274872f8f804a5d33ff54d1f4d8901e54026763ae0cbfa360b
@@ -12,7 +12,7 @@ module StrongMindNav
12
12
  @bottom_navbar_html = navbar[:bottom_navbar_html]
13
13
  @theme_css = navbar[:theme_css]
14
14
  rescue Strongmind::Exceptions::TokenNotFoundError, Strongmind::Exceptions::UserNotFoundError, Strongmind::Exceptions::RefreshTokenExpiredError => e
15
- Sentry.capture_exception(e)
15
+ Sentry.capture_exception(e) unless e.is_a? Strongmind::Exceptions::RefreshTokenExpiredError
16
16
  Rails.logger.error(e)
17
17
  flash[:alert] = e.inspect if Rails.env.development? || Rails.env.test?
18
18
  @stop_redirect = true if Rails.env.development? || Rails.env.test?
@@ -1,5 +1,5 @@
1
1
  module Strongmind
2
2
  module Auth
3
- VERSION = "1.1.89"
3
+ VERSION = "1.1.91"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: strongmind-auth
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.89
4
+ version: 1.1.91
5
5
  platform: ruby
6
6
  authors:
7
7
  - Team Belding
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-05-20 00:00:00.000000000 Z
11
+ date: 2024-05-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails