Skip to content

Commit b2ff2e7

Browse files
committed
Remove the error description from the "More" info
When I was doing the cleanup for the third-party cookie message, it looks like I accidentally left the error description in both places.
1 parent 125dd1e commit b2ff2e7

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/scripts/clipperUI/panels/signInPanel.tsx

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -100,9 +100,6 @@ class SignInPanelClass extends ComponentBase<SignInPanelState, SignInPanelProps>
100100
debugInformation() {
101101
if (this.signInErrorDetected() && this.state.debugInformationShowing) {
102102
return <div id={Constants.Ids.signInErrorDebugInformation}>
103-
<span id={Constants.Ids.signInErrorDebugInformationDescription} style={Localization.getFontFamilyAsStyle(Localization.FontFamily.Light)}>
104-
{this.props.clipperState.userResult.data.errorDescription}
105-
</span>
106103
<div id={Constants.Ids.signInErrorDebugInformationContainer} style={Localization.getFontFamilyAsStyle(Localization.FontFamily.Light)}>
107104
<ul id={Constants.Ids.signInErrorDebugInformationList}>
108105
<li>{ClientType[this.props.clipperState.clientInfo.clipperType]}: {this.props.clipperState.clientInfo.clipperVersion}</li>

0 commit comments

Comments
 (0)