Skip to content

Commit

Permalink
fix: update log debug to use get_untracked for logged in user to reso…
Browse files Browse the repository at this point in the history
…lve client side error (#1834)
  • Loading branch information
kevinold authored Oct 6, 2023
1 parent 15f08aa commit a7a1559
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/login_with_token_csr_only/client/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ pub fn App() -> impl IntoView {
fetch_user_info.dispatch(());
}

log::debug!("User is logged in: {}", logged_in.get());
log::debug!("User is logged in: {}", logged_in.get_untracked());

// -- effects -- //

Expand Down

0 comments on commit a7a1559

Please sign in to comment.