mirror of
https://github.com/whekin/household-bot.git
synced 2026-03-31 22:44:03 +00:00
fix(review): harden miniapp auth and finance flows
This commit is contained in:
@@ -107,7 +107,11 @@ function App() {
|
||||
|
||||
try {
|
||||
setDashboard(await fetchMiniAppDashboard(initData))
|
||||
} catch {
|
||||
} catch (error) {
|
||||
if (import.meta.env.DEV) {
|
||||
console.warn('Failed to load mini app dashboard', error)
|
||||
}
|
||||
|
||||
setDashboard(null)
|
||||
}
|
||||
} catch {
|
||||
|
||||
Reference in New Issue
Block a user