feat: allow enteauth: deeplinks

This commit is contained in:
httpjamesm 2024-01-29 17:07:56 -05:00
parent b3ebf53768
commit daa1710cea
No known key found for this signature in database

View file

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