[authw] Handle passkey finish redirect
This commit is contained in:
parent
0ab1c0ee89
commit
638de0a769
1 changed files with 11 additions and 0 deletions
11
web/apps/auth/src/pages/passkeys/finish/index.tsx
Normal file
11
web/apps/auth/src/pages/passkeys/finish/index.tsx
Normal file
|
@ -0,0 +1,11 @@
|
|||
import PasskeysFinishPage from "@ente/accounts/pages/passkeys/finish";
|
||||
|
||||
const PasskeysFinish = () => {
|
||||
return (
|
||||
<>
|
||||
<PasskeysFinishPage />
|
||||
</>
|
||||
);
|
||||
};
|
||||
|
||||
export default PasskeysFinish;
|
Loading…
Add table
Reference in a new issue