chore: add direct console logging to debug missing toasts
Some checks failed
Build MIPS Binary / build (push) Failing after 1m19s

This commit is contained in:
spinline
2026-02-11 19:46:06 +03:00
parent ea99ac62bc
commit d8ad9e62d8
2 changed files with 2 additions and 0 deletions

View File

@@ -31,6 +31,7 @@ fn InnerApp() -> impl IntoView {
Effect::new(move |_| {
spawn_local(async move {
log::info!("App initialization started...");
gloo_console::log!("APP INIT: Checking setup status...");
// Check if setup is needed via Server Function
match shared::server_fns::auth::get_setup_status().await {