Skip to content
This repository was archived by the owner on Jan 6, 2023. It is now read-only.

Commit fc63a62

Browse files
authored
Update to fxa-crypto-relier 2.3.0 everywhere (#1126)
1 parent f1c2bc9 commit fc63a62

File tree

9 files changed

+230
-60492
lines changed

9 files changed

+230
-60492
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,5 @@ web-ext-artifacts/
88
test/dist/*
99
ckeditor-build/build/*
1010
build/
11+
native/app/vendor/fxa-crypto-relier.js
1112
*.log

native/app/utils/sync.js

-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ import {
1414
TEXT_SYNCING,
1515
ERROR as ERROR_MSG } from './constants';
1616

17-
// TODO WARNING: `jose` is not in the official release in the crypto-relier
1817
const jose = fxaCryptoRelier.OAuthUtils.__util.jose;
1918

2019
let syncDebounce = null;

0 commit comments

Comments
 (0)