Skip to content

Commit

Permalink
fix: remove console log
Browse files Browse the repository at this point in the history
  • Loading branch information
bjarneo committed Jan 29, 2024
1 parent 115726e commit d98b65c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/client/routes/public/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ const PublicSecrets = () => {

const secrets = useLoaderData();
const { username = '' } = useParams();
console.log('username', username);

const getTime = (expiresAt) => {
return dayjs().to(dayjs(expiresAt));
};
Expand Down

0 comments on commit d98b65c

Please sign in to comment.