Skip to content
Snippets Groups Projects
Select Git revision
  • b187d0962459520a5a67ab5ff743e6395d943bd6
  • develop default protected
  • ical-export
  • feature/audit_log
  • fix/index
  • badge-redeem-404
  • 720-schedule_source
  • room-docu
  • chore/event-views
  • 511-schedule-foo-fixed
  • 607-schedule-versions
  • deploy/curl-verbose
  • fix/public-badge-access-rights
  • 445-schedule-redirects
  • 623-wiki-im-baustellenmodus-sollte-mal-als-wiki-admin-trotzdem-seiten-anlegen-bearbeiten-konnen
  • fix/registration_mail_subject
  • feature/conference-query-set
  • feature/568-habitatmanagement
  • feat/unit-integration-tests
  • camp23-prod
  • production
  • prod-2024-12-27_20-15
  • prod-2024-12-27_16-37
  • prod-2024-12-27_16-01
  • prod-2024-12-27_13-29
  • prod-2024-12-27_00-34
  • prod-2024-12-26_21-45
  • prod-2024-12-26_13-12
  • prod-2024-12-26_00-21
  • prod-2024-12-25_21-04
  • prod-2024-12-25_15-54
  • prod-2024-12-25_01-29
  • prod-2024-12-24_14-48
  • prod-2024-12-23_23-39
  • prod-2024-12-22_21-12
  • prod-2024-12-22_17-25
  • prod-2024-12-22_01-34
  • prod-2024-12-22_00-55
  • prod-2024-12-21_13-42
  • prod-2024-12-21_10-44
  • prod-2024-12-20_12-25
41 results

Development.md

Blame
  • Forked from hub / hub
    Source project has a limited visibility.
    oauth-fix.patch 820 B
    From: pierre-lehnen-rc <pierre-lehnen-rc@example.org>
    Date: Wed, 25 Oct 2023 22:30:00 +0200
    Subject: fix: oauth login by redirect failing on firefox
    
    Origin: https://github.com/RocketChat/Rocket.Chat/pull/30750
    ---
    diff --git a/apps/meteor/app/custom-oauth/client/custom_oauth_client.js b/apps/meteor/app/custom-oauth/client/custom_oauth_client.js
    index a11277758438..c516f115aede 100644
    --- a/apps/meteor/app/custom-oauth/client/custom_oauth_client.js
    +++ b/apps/meteor/app/custom-oauth/client/custom_oauth_client.js
    @@ -6,7 +6,6 @@ import { Meteor } from 'meteor/meteor';
     import { OAuth } from 'meteor/oauth';
     import { ServiceConfiguration } from 'meteor/service-configuration';
     
    -import './swapSessionStorage';
     import { isURL } from '../../../lib/utils/isURL';
     
     // Request custom OAuth credentials for the user