feat: allow enteauth: deeplinks
This commit is contained in:
parent
b3ebf53768
commit
daa1710cea
1 changed files with 2 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Reference in a new issue