Skip to content

Commit

Permalink
fix: remove console log
Browse files Browse the repository at this point in the history
  • Loading branch information
reneaaron committed Sep 3, 2024
1 parent 2ceffcf commit 396965a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions pages/Onboarding.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,7 @@ import { hasOnboardedKey } from "~/lib/state/appStore";

export function Onboarding() {
async function finish() {
secureStorage.setItem(hasOnboardedKey, "true");
console.log(secureStorage.getItem(hasOnboardedKey));

secureStorage.setItem(hasOnboardedKey, "true");
router.replace("/");
}

Expand Down

0 comments on commit 396965a

Please sign in to comment.