Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F3521492
D10842.id36185.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
572 B
Referenced Files
None
Subscribers
None
D10842.id36185.diff
View Options
diff --git a/lib/components/keyserver-connection-handler.js b/lib/components/keyserver-connection-handler.js
--- a/lib/components/keyserver-connection-handler.js
+++ b/lib/components/keyserver-connection-handler.js
@@ -69,7 +69,7 @@
}, [calendarFilters, keyserverID, navInfo.endDate, navInfo.startDate]);
React.useEffect(() => {
- if (hasConnectionIssue) {
+ if (hasConnectionIssue && !usingCommServicesAccessToken) {
void dispatchActionPromise(logOutActionTypes, callLogOut());
}
}, [callLogOut, hasConnectionIssue, dispatchActionPromise]);
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Tue, Dec 24, 3:41 AM (20 h, 7 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2698181
Default Alt Text
D10842.id36185.diff (572 B)
Attached To
Mode
D10842: [lib] Don't automatically log out on connection issue when using CSAT
Attached
Detach File
Event Timeline
Log In to Comment