Select Git revision
oauth-fix.patch
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