Skip to content

Commit 5cacda6

Browse files
committed
change copy from button to span
1 parent 4e56609 commit 5cacda6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Console/BExIS.Web.Shell/Views/Tokens/GetToken.cshtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,5 @@
2020
<div class="col-md-6" style="word-wrap: break-word">
2121
@Html.LabelFor(m => m.Jwt)
2222
@Html.DisplayFor(m => m.Jwt)
23-
<button id="jwt-copy" class="bx bx-copy" onclick="myFunction()">Copy</button>
23+
<span id="jwt-copy" class="bx bx-copy" onclick="myFunction()"></span>
2424
</div>

Console/BExIS.Web.Shell/Views/Tokens/Read.cshtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@
2020
<div class="col-md-6" style="word-wrap: break-word">
2121
@Html.LabelFor(m => m.Jwt)
2222
@Html.DisplayFor(m => m.Jwt)
23-
<button id="jwt-copy" class="bx bx-copy" onclick="myFunction()">Copy</button>
23+
<span id="jwt-copy" class="bx bx-copy" onclick="myFunction()"></span>
2424
</div>
2525

0 commit comments

Comments
 (0)