We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
removeFingerprint
1 parent 8492459 commit 5acf8cfCopy full SHA for 5acf8cf
{{cookiecutter.project_slug}}/frontend/app/magic/page.tsx
@@ -36,10 +36,6 @@ export default function Magic() {
36
await dispatch(logout())
37
}
38
39
- const removeFingerprint = async () => {
40
- await dispatch(logout())
41
- }
42
-
43
return (
44
<main className="flex min-h-full">
45
<div className="flex flex-1 flex-col justify-center py-12 px-4 sm:px-6 lg:flex-none lg:px-20 xl:px-24">
0 commit comments