Skip to content

Commit

Permalink
Merge pull request #1447 from internxt/chore/add_test_for_share_guest…
Browse files Browse the repository at this point in the history
…_signup

[_] Chore/add test for share guest signup
  • Loading branch information
CandelR authored Feb 5, 2025
2 parents 9616fec + 9abfee0 commit 997a60f
Show file tree
Hide file tree
Showing 5 changed files with 473 additions and 17 deletions.
4 changes: 0 additions & 4 deletions src/app/auth/services/auth.service.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,6 @@ import localStorageService from 'app/core/services/local-storage.service';
import { userActions } from 'app/store/slices/user';
import * as pgpService from 'app/crypto/services/pgp.service';

if (typeof globalThis.process === 'undefined') {
globalThis.process = { env: {} } as any;
}

const originalEnv = process.env.REACT_APP_CRYPTO_SECRET;
const originalSalt = process.env.REACT_APP_MAGIC_SALT;
const originalIV = process.env.REACT_APP_MAGIC_IV;
Expand Down
Loading

0 comments on commit 997a60f

Please sign in to comment.