We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ec22ce commit f13d14eCopy full SHA for f13d14e
1 file changed
crates/conduit-wasm/src/components/user_context_provider.rs
@@ -35,7 +35,7 @@ pub fn UserContextProvider(props: &Props) -> Html {
35
}
36
37
if let Some(Error::Unauthorized | Error::Forbidden) = ¤t_user.error {
38
- set_token(None);
+ set_token(None);
39
40
|| ()
41
})
0 commit comments