Skip to content
Snippets Groups Projects

525 dashborad shows no authentication values error randomly

1 file
+ 1
3
Compare changes
  • Side-by-side
  • Inline
@@ -726,7 +726,7 @@ const connection = Penpal.connectToParent({
destroyAuthentication();
const identityLogoutResponse = await executeRestfulFunction(
return executeRestfulFunction(
"private",
window.viamApi,
window.viamApi.identityLogout,
@@ -734,8 +734,6 @@ const connection = Penpal.connectToParent({
headers
}
);
return identityLogoutResponse;
} catch (e) {
return {
data: "",
Loading