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 committed Feb 17, 2024
1 parent 675bd96 commit 02b6dd6
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 02b6dd6

Please sign in to comment.