|
@@ -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);
|