- Fix jose->pyjwt import mismatch - Fix bcrypt->pbkdf2 password hashing - Fix Sidebar logout prop (ReferenceError) - Add .gitea/workflows/deploy.yml for automated deployment
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<script>
|
||||
let { page = $bindable("dashboard"), dark = false, toggleTheme = () => {} } = $props();
|
||||
let { page = $bindable("dashboard"), dark = false, toggleTheme = () => {}, logout = () => {} } = $props();
|
||||
|
||||
const links = [
|
||||
{ id: "dashboard", label: "Overview", icon: "grid" },
|
||||
|
||||
Reference in New Issue
Block a user