Skip to content

Commit db1e81a

Browse files
Merge pull request #27 from OpenSignLabs/staging
update
2 parents e0b9df9 + ecd3395 commit db1e81a

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

INSTALLATION.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,8 +98,7 @@ Environment Varaibles:
9898
| PUBLIC_URL | http://localhost:3000 | Set it to the URL form where the app home page will be accessed |
9999
| GENERATE_SOURCEMAP | false | Set it to true if you want to generate the Sourcemap for debugging |
100100
| REACT_APP_SERVERURL | http://localhost:8080/app | Set it to the URL from where APIs will be accessible, for local development it should be localhost:3000/api/app (use your local port number instead) |
101-
| REACT_APP_APPID | http://localhost:3000 | Set it to the URL form where the app home page will be accessed |
102-
| PUBLIC_URL | opensignstgn | A 12 character long random app identifier. The value of this should be same as APP_ID which is a variable used by backend API. |
101+
| REACT_APP_APPID | opensignstgn | A 12 character long random app identifier. The value of this should be same as APP_ID which is a variable used by backend API. |
103102
| APP_ID | opensignstgn | A 12 character long random app identifier. The value of this should be same as REACT_APP_APPID which is a variable used by Frontend React App. |
104103
| appName | open_sign_server | Name of the app. It will be visible in the verification emails sent out. |
105104
| MASTER_KEY | XnAadwKxxByMr | A 12 character long random secret key that allows access to all the data. It is used in Parse dashboard config to view all the data in the database. |

apps/OpenSign/src/routes/Login.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1183,17 +1183,17 @@ function Login(props) {
11831183
</div>
11841184
<div className="form-group">
11851185
<label
1186-
htmlFor="Destination"
1186+
htmlFor="JobTitle"
11871187
style={{ display: "flex" }}
11881188
className="col-form-label"
11891189
>
1190-
Destination{" "}
1190+
Job Title
11911191
<span style={{ fontSize: 13, color: "red" }}>*</span>
11921192
</label>
11931193
<input
11941194
type="text"
11951195
className="form-control"
1196-
id="Destination"
1196+
id="JobTitle"
11971197
value={userDetails.Destination}
11981198
onChange={(e) =>
11991199
setUserDetails({

0 commit comments

Comments
 (0)