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 a20bd40 + 14e9330 commit 06e8140Copy full SHA for 06e8140
apps/OpenSign/src/routes/Login.js
@@ -1183,17 +1183,17 @@ function Login(props) {
1183
</div>
1184
<div className="form-group">
1185
<label
1186
- htmlFor="Destination"
+ htmlFor="JobTitle"
1187
style={{ display: "flex" }}
1188
className="col-form-label"
1189
>
1190
- Destination{" "}
+ Job Title
1191
<span style={{ fontSize: 13, color: "red" }}>*</span>
1192
</label>
1193
<input
1194
type="text"
1195
className="form-control"
1196
- id="Destination"
+ id="JobTitle"
1197
value={userDetails.Destination}
1198
onChange={(e) =>
1199
setUserDetails({
0 commit comments