Skip to content

Commit

Permalink
lint issue
Browse files Browse the repository at this point in the history
Signed-off-by: chaitali-mane <cmane@progress.com>
  • Loading branch information
chaitali-mane committed Mar 5, 2021
1 parent 6bb76cc commit 80c17aa
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ <h2 slot="title">Create Client</h2>
<p>Client successfully created. Copy the private key below and keep it somewhere safe. It is NOT stored on
the server.</p>
</div>
<textarea chefInput rows="20" cols="10" *ngIf="created" value={{privateKey}}>
<textarea chefInput rows="20" cols="10" *ngIf="created" value="{{privateKey}}">
</textarea>
</div>
<div id="button-bar">
Expand Down

0 comments on commit 80c17aa

Please sign in to comment.