Skip to content

Commit

Permalink
...
Browse files Browse the repository at this point in the history
  • Loading branch information
iuroc committed May 8, 2024
1 parent eb9f98a commit d22daa8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/route/app/index.mts
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@ export default () => {
})
return Route({
name: 'app', class: 'container py-4 px-3', async onFirst() {
await reloadAppList()
}, async onLoad() {
if (!await checkLogin()) return
await reloadAppList()
}
},
div({ class: 'hstack mb-4' },
Expand Down

0 comments on commit d22daa8

Please sign in to comment.