Checking in progress, though not fully working as expected

This commit is contained in:
Ryan Ward
2026-07-27 11:41:20 -05:00
parent 856a6cd6f3
commit 309000a303
51 changed files with 74 additions and 3315 deletions
-8
View File
@@ -343,14 +343,6 @@ impl AuthManager {
self.set_needs_reauth(false, ctx);
// Must be called on the main thread.
#[cfg(feature = "crash_reporting")]
crate::crash_reporting::set_user_id(
user.local_id,
Some(user.metadata.email.clone()),
ctx,
);
ServerApiProvider::handle(ctx).update(ctx, |provider, ctx| {
provider.handle_experiments_fetched(server_experiments, ctx);
});