Skip to content

Commit

Permalink
fix: oauth login by redirect failing on firefox (#30750)
Browse files Browse the repository at this point in the history
  • Loading branch information
pierre-lehnen-rc committed Nov 13, 2023
1 parent 8b011c9 commit 1345ce4
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 45 deletions.
5 changes: 5 additions & 0 deletions .changeset/chatty-schools-notice.md
@@ -0,0 +1,5 @@
---
'@rocket.chat/meteor': patch
---

fix: OAuth login by redirect failing on firefox
1 change: 0 additions & 1 deletion apps/meteor/app/custom-oauth/client/custom_oauth_client.js
Expand Up @@ -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
Expand Down
44 changes: 0 additions & 44 deletions apps/meteor/app/custom-oauth/client/swapSessionStorage.js

This file was deleted.

0 comments on commit 1345ce4

Please sign in to comment.