fix error pages (#7338)

This commit is contained in:
Prospector
2026-08-28 01:48:14 +00:00
committed by GitHub
parent 5d47594302
commit a9b774005b
3 changed files with 4 additions and 5 deletions
+1 -1
View File
@@ -28,5 +28,5 @@ export function setupProviders(auth: Awaited<ReturnType<typeof useAuth>>) {
setupLoadingStateProvider()
setupUserCountryProvider()
return userPreferences
return { userPreferences, notificationManager }
}