Skip to content
This repository has been archived by the owner on Aug 26, 2023. It is now read-only.

Commit

Permalink
yes
Browse files Browse the repository at this point in the history
  • Loading branch information
big cock committed Aug 20, 2023
1 parent 1bf0618 commit 9edc0dd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/pages/uploader.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,8 @@
$("#key-input").val(apiKey);
}
$("#key-input").val(apiKey);
// Fetch the API key from local storage and set it as the input value
setApiKey(apiKey);
$("#key-button").click(function () {
const inputKey = $("#key-input").val();
Expand Down

0 comments on commit 9edc0dd

Please sign in to comment.