summaryrefslogtreecommitdiff
path: root/webapp/src/components/app_context_provider.rs
diff options
context:
space:
mode:
Diffstat (limited to 'webapp/src/components/app_context_provider.rs')
-rw-r--r--webapp/src/components/app_context_provider.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/webapp/src/components/app_context_provider.rs b/webapp/src/components/app_context_provider.rs
index 081026c..35b35d7 100644
--- a/webapp/src/components/app_context_provider.rs
+++ b/webapp/src/components/app_context_provider.rs
@@ -113,7 +113,7 @@ async fn initialize_user_info() -> Result<Option<UserInfo>, anyhow::Error> {
.assign("/api/login")
.unwrap();
};
- Ok(ok_json(response).await.context("requesting user_info")?)
+ ok_json(response).await.context("requesting user_info")
}
pub fn use_app_context() -> AppContext {