Remove "contact support" text

This commit is contained in:
Juan José Mata
2026-01-18 08:13:29 +00:00
parent 0f6dd536df
commit 7f854aaded
7 changed files with 13 additions and 13 deletions

View File

@@ -150,7 +150,7 @@ class EnableBankingItemsController < ApplicationController
safe_redirect_to_enable_banking(
redirect_url,
fallback_path: settings_providers_path,
fallback_alert: t(".invalid_redirect", default: "Invalid authorization URL received. Please try again or contact support.")
fallback_alert: t(".invalid_redirect", default: "Invalid authorization URL received. Please try again.")
)
rescue Provider::EnableBanking::EnableBankingError => e
if e.message.include?("REDIRECT_URI_NOT_ALLOWED")
@@ -227,7 +227,7 @@ class EnableBankingItemsController < ApplicationController
safe_redirect_to_enable_banking(
redirect_url,
fallback_path: settings_providers_path,
fallback_alert: t(".invalid_redirect", default: "Invalid authorization URL received. Please try again or contact support.")
fallback_alert: t(".invalid_redirect", default: "Invalid authorization URL received. Please try again.")
)
rescue Provider::EnableBanking::EnableBankingError => e
Rails.logger.error "Enable Banking reauthorization error: #{e.message}"