You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
let res = builder.body(program_bytes).send().await?;
218
216
if res.status() == StatusCode::UNAUTHORIZED && !anon_identity {
219
217
// If we're not in the `anon_identity` case, then we have already forced the user to log in above (using `get_auth_header`), so this should be safe to unwrap.
0 commit comments