Skip to content
This repository has been archived by the owner on May 14, 2024. It is now read-only.

Commit

Permalink
Reintroduce accidentally deleted line related to passkeys
Browse files Browse the repository at this point in the history
I'm not sure if this was intentional, but it looks like the initialization of
`pkg` was accidentally deleted in e3019b6.
  • Loading branch information
mnvr authored and ua741 committed Feb 18, 2024
1 parent cbf107f commit 7bbd85b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apps/accounts/src/pages/passkeys/flow/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ const PasskeysFlow = () => {
}
}

let pkg = CLIENT_PACKAGE_NAMES.get(APPS.PHOTOS);
if (redirectURL.protocol === 'enteauth:') {
pkg = CLIENT_PACKAGE_NAMES.get(APPS.AUTH);
} else if (redirectURL.hostname.startsWith('accounts')) {
Expand Down

0 comments on commit 7bbd85b

Please sign in to comment.