Skip to content
Snippets Groups Projects
Commit 88383706 authored by Julian's avatar Julian
Browse files

Add oauth patch

parent 55c008a9
No related branches found
No related tags found
No related merge requests found
Pipeline #24782 passed
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
oauth-fix.patch
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment