Skip to content
Snippets Groups Projects
Select Git revision
  • eba71ac76c6f32a23135c1450daad4cad4189f14
  • master default protected
  • claims-in-idtoke
  • jwt_encode_inconsistencies
  • recovery-code-pwhash
  • incremental-sync
  • redis-rate-limits
  • typehints
  • v1.2.x
  • v1.x.x
  • v1.1.x
  • feature_invite_validuntil_minmax
  • Dockerfile
  • v1.0.x
  • roles-recursive-cte
  • v2.3.1
  • v2.3.0
  • v2.2.0
  • v2.1.0
  • v2.0.1
  • v2.0.0
  • v1.2.0
  • v1.1.2
  • v1.1.1
  • v1.0.2
  • v1.1.0
  • v1.0.1
  • v1.0.0
  • v0.3.0
  • v0.2.0
  • v0.1.5
  • v0.1.4
  • v0.1.2
33 results

test_mfa.py

Blame
  • Forked from uffd / uffd
    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