feat: App lock with biometric/PIN
- LockScreen component with PIN pad - SecuritySettings for setup - Biometric (WebAuthn) support - PIN fallback (6 digits) - Auto-lock after 30s in background - Lock on app start if enabled - Settings page integration
This commit is contained in:
4
dist/index.html
vendored
4
dist/index.html
vendored
@@ -18,8 +18,8 @@
|
||||
|
||||
<!-- Android -->
|
||||
<meta name="mobile-web-app-capable" content="yes" />
|
||||
<script type="module" crossorigin src="/app/assets/index-DFiGttzi.js"></script>
|
||||
<link rel="stylesheet" crossorigin href="/app/assets/index-CA5dNQfW.css">
|
||||
<script type="module" crossorigin src="/app/assets/index-OvQoqblD.js"></script>
|
||||
<link rel="stylesheet" crossorigin href="/app/assets/index-38_8_Zmu.css">
|
||||
</head>
|
||||
<body class="bg-gray-50 dark:bg-gray-900">
|
||||
<div id="app"></div>
|
||||
|
||||
Reference in New Issue
Block a user