Skip to content

Commit

Permalink
Fix typo in Client Secret Label
Browse files Browse the repository at this point in the history
  • Loading branch information
Mookiies committed Sep 26, 2020
1 parent 3994102 commit 771fc01
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions authorization/public/index.html
Expand Up @@ -123,7 +123,7 @@ <h1 class="display-4">Have fun!</h1>
</div>
</div>
<div class="col">
<label for="clientSecretID">Client ID</label>
<label for="clientSecretID">Client Secret</label>
<input type="text" name="clientSecret" class="form-control {{clientSecretClass}}" id="clientSecretID" placeholder="Enter your Client Secret" value="{{clientSecretValue}}">
<div class="{{clientSecretFeedbackClass}}">
{{clientSecretFeedBackText}}
Expand All @@ -146,4 +146,4 @@ <h1 class="display-4">Have fun!</h1>
<script src="http://code.jquery.com/jquery-1.10.1.min.js"></script>
<script src="assets/client_logic.js"></script>
</body>
</html>
</html>

0 comments on commit 771fc01

Please sign in to comment.