fix: update log debug to use get_untracked for logged in user to resolve client side error (#1834)

This commit is contained in:
Kevin Old 2023-10-05 20:34:58 -05:00 committed by GitHub
parent 15f08aaa30
commit a7a1559e01
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 -- //