We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8ebb542 + dc28519 commit 1260870Copy full SHA for 1260870
Project/src/MakeCall/Login.js
@@ -666,7 +666,7 @@ const isSupportedEnvironment = this.environmentInfo.isSupportedEnvironment;
666
onChange={(e) => { this.displayName = e.target.value }}/>
667
<TextField
668
defaultValue={this.clientTag}
669
- label="Optinal - Usage tag for this session"
+ label="Optional - Usage tag for this session"
670
onChange={(e) => { this.clientTag = e.target.value }}/>
671
672
placeholder="JWT Token"
0 commit comments