mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-05-12 17:08:36 -07:00
TOTP
This commit is contained in:
24
applications/plugins/totp/application.fam
Normal file
24
applications/plugins/totp/application.fam
Normal file
@@ -0,0 +1,24 @@
|
||||
App(
|
||||
appid="totp",
|
||||
name="Authenticator",
|
||||
apptype=FlipperAppType.EXTERNAL,
|
||||
entry_point="totp_app",
|
||||
cdefines=["APP_TOTP"],
|
||||
requires=[
|
||||
"gui",
|
||||
"cli",
|
||||
"dialogs"
|
||||
],
|
||||
provides=["totp_start"],
|
||||
stack_size=2 * 1024,
|
||||
order=20,
|
||||
fap_category="Misc",
|
||||
fap_icon="totp_10px.png",
|
||||
)
|
||||
# App(
|
||||
# appid="totp_start",
|
||||
# apptype=FlipperAppType.STARTUP,
|
||||
# entry_point="totp_on_system_start",
|
||||
# requires=["totp"],
|
||||
# order=30,
|
||||
# )
|
||||
Reference in New Issue
Block a user