소스 검색

feat: allow enteauth: deeplinks

httpjamesm 1 년 전
부모
커밋
daa1710cea
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      apps/accounts/src/pages/passkeys/flow/index.tsx

+ 2 - 1
apps/accounts/src/pages/passkeys/flow/index.tsx

@@ -36,7 +36,8 @@ const PasskeysFlow = () => {
             if (
                 redirect !== '' &&
                 !redirectURL.host.endsWith('.ente.io') &&
-                redirectURL.protocol !== 'ente:'
+                redirectURL.protocol !== 'ente:' &&
+                redirectURL.protocol !== 'enteauth:'
             ) {
                 setInvalidInfo(true);
                 setLoading(false);