@lvce-editor/auth-worker 1.13.0 → 1.14.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/authWorkerMain.js +0 -2
- package/package.json +1 -1
package/dist/authWorkerMain.js
CHANGED
|
@@ -1646,8 +1646,6 @@ const getEffectiveRedirectUri = async (platform, uid, redirectUri) => {
|
|
|
1646
1646
|
const oidcClientId = 'lvce-editor-native';
|
|
1647
1647
|
const oidcScope = 'openid offline_access profile email';
|
|
1648
1648
|
|
|
1649
|
-
// cspell:ignore pkce
|
|
1650
|
-
|
|
1651
1649
|
const getBackendLoginRequest = async (backendUrl, platform = 0, uid = 0, redirectUri = '', createPkceValuesFn = createPkceValues, createRandomUuid = () => globalThis.crypto.randomUUID()) => {
|
|
1652
1650
|
const effectiveRedirectUri = await getEffectiveRedirectUri(platform, uid, redirectUri);
|
|
1653
1651
|
const {
|