Skip to content

Commit 6406d1d

Browse files
feat: add browser tabs for user, totp and oidc gen (#84)
* feat: add browser tabs for user, totp and oidc gen * fix: local qrcode gen addresses coderabbit critial finding * fix: preserve whitespace in username/passowrd * address remaining coderabbit comments * update bun lockfile with new packages * replace ugly double outline * remaining style/formatting changes
1 parent 7b20298 commit 6406d1d

14 files changed

Lines changed: 7504 additions & 30 deletions

astro.config.mjs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ export default defineConfig({
2929
"./src/styles/theme.css",
3030
"./src/styles/home.css",
3131
"./src/styles/4-to-5.css",
32+
"./src/styles/tools.css",
3233
],
3334
components: {
3435
Footer: "./src/components/Footer.astro",

bun.lock

Lines changed: 73 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)