Skip to content
Snippets Groups Projects
Select Git revision
  • 88383706af5a62cd8a87b6ba0361af502581c487
  • master default protected
  • fix-6.13.0
  • 6.7.0-fix
  • bookworm
  • 6.4.4-oauth-fix
  • meteor-fix
  • patch-support
  • 7.8.0 protected
  • 7.3.6 protected
  • 7.4.4 protected
  • 7.5.3 protected
  • 7.6.4 protected
  • 7.7.4 protected
  • 7.7.3 protected
  • 7.7.2 protected
  • 7.7.1 protected
  • 7.1.6 protected
  • 7.2.6 protected
  • 7.3.5 protected
  • 7.4.3 protected
  • 7.5.2 protected
  • 7.6.3 protected
  • 7.6.2 protected
  • 7.7.0 protected
  • 7.6.1 protected
  • 7.6.0 protected
  • 7.5.1 protected
28 results

oauth-fix.patch

Blame
  • 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