chore: cleanup

This commit is contained in:
Pavel-Savely Savianok 2024-12-21 20:48:45 +03:00
parent 3b2e4992a3
commit 8283cc63d8
2 changed files with 1 additions and 2 deletions

1
app.js
View File

@ -1,5 +1,4 @@
import { BaseApp } from "@zeppos/zml/base-app" import { BaseApp } from "@zeppos/zml/base-app"
import { TOTP } from "./lib/totp-quickjs"
App( App(
BaseApp( BaseApp(

View File

@ -32,6 +32,6 @@ AppSettingsPage({
}, 'TOTPS:')) }, 'TOTPS:'))
, ,
...totpButtons]) ...totpButtons])
return sec; return sec;
} }
}) })