Skip to content

Commit

Permalink
Update src/components/DeeplinkWrapper/deeplinkRoutes.js
Browse files Browse the repository at this point in the history
Co-authored-by: Nikki Wines <[email protected]>
  • Loading branch information
cristipaval and NikkiWines authored Feb 10, 2023
1 parent f4426e1 commit 640fa2c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/components/DeeplinkWrapper/deeplinkRoutes.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,9 @@ export default [
{
// /v/*
pattern: '/v($|(//*))',
// It was decided in the team to disable deep linking in desktop App when passwordless is enabled.
// We want to open the magic link into its own tab

// Disable deep linking in desktop App when passwordless is enabled because
// we want to open the magic link in its own tab
isDisabled: betas => Permissions.canUsePasswordlessLogins(betas),
},
{
Expand Down

0 comments on commit 640fa2c

Please sign in to comment.