Skip to content

Commit

Permalink
Add default JWT
Browse files Browse the repository at this point in the history
  • Loading branch information
ahelmy committed Jan 28, 2024
1 parent 6710b09 commit 08f3c0c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions server/ui/jwt.html
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,7 @@
lineNumbers: false,
lineWrapping: true
});
jwt.setValue("eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.e30.LwimMJA3puF3ioGeS-tfczR3370GXBZMIL-bdpu4hOU")
document.jwt = jwt;
jwt.focus();
jwt.on("keyup", function () {
Expand Down
2 changes: 1 addition & 1 deletion server/ui/partials/footer.html
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<p style="text-align: center;">All rights reserved @<a href="https://github.com/ahelmy/xdev">xdev</a> {{.AppVersion}}</p>
<p style="text-align: center;">Created by developers for developers by @<a href="https://github.com/ahelmy/xdev">xdev</a> {{.AppVersion}}</p>

0 comments on commit 08f3c0c

Please sign in to comment.