# ------------------------------------------------------------------------------ # ~/lib/j1_app/j1_auth_manager/omniauth/strategies/eror_pages.rb # # Provides plan error pages # # Product/Info: # https://jekyll.one # # Copyright (C) 2023, 2024 Juergen Adams # # J1 Theme is licensed under the MIT License # See: https://github.com/jekyll-one-org/j1-template/blob/main/LICENSE.md # # ------------------------------------------------------------------------------ # NOTES # # ------------------------------------------------------------------------------ module J1App module ErrorPages cc_access_denid = < We've got some trouble | Access Denied

Control Center access denied

Access the Control Center using provider #{current_provider} not possible.
Please login into GitHub or sign out to continue.

CC_ACCESS_DENIED end end