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.
1 parent 4e56609 commit 5cacda6Copy full SHA for 5cacda6
Console/BExIS.Web.Shell/Views/Tokens/GetToken.cshtml
@@ -20,5 +20,5 @@
20
<div class="col-md-6" style="word-wrap: break-word">
21
@Html.LabelFor(m => m.Jwt)
22
@Html.DisplayFor(m => m.Jwt)
23
- <button id="jwt-copy" class="bx bx-copy" onclick="myFunction()">Copy</button>
+ <span id="jwt-copy" class="bx bx-copy" onclick="myFunction()"></span>
24
</div>
Console/BExIS.Web.Shell/Views/Tokens/Read.cshtml
@@ -20,6 +20,6 @@
25
0 commit comments