Skip to content

Commit

Permalink
Added the password type to the 2 fields mentioned
Browse files Browse the repository at this point in the history
  • Loading branch information
rmathew1011 committed Jan 10, 2023
1 parent 84e0934 commit 497e2ec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/main/webapp/app/views/modals/createSourceModal.html
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ <h4 class="modal-title">Create Core</h4>
<validatedinput
model="sourceToCreate"
property="password"
type="password"
label="Password"
placeholder="Password for the new Source"
form="sourceForms.create"
Expand Down
1 change: 1 addition & 0 deletions src/main/webapp/app/views/modals/updateSourceModal.html
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ <h4 class="modal-title">Update Core</h4>

<validatedinput
id="sourceToUpdatePassword"
type="password"
model="sourceToUpdate"
property="password"
label="Password"
Expand Down

0 comments on commit 497e2ec

Please sign in to comment.