Skip to content

Commit

Permalink
Merge pull request #18 from deltachat/r10s/handle-bad-input
Browse files Browse the repository at this point in the history
refine comment
  • Loading branch information
r10s committed Sep 22, 2023
2 parents 2ecf54f + 46f3ea0 commit 95e42fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@
const searchParams = new URLSearchParams(window.location.hash.substr(1));

function reactInput(inputData) {
// convert the hash `#<FPR>&n=<NAME>...` to an `OPENPGP4FPR:<FPR>#n=<NAME>...` url
// convert `<FPR>&n=<NAME>...` to `OPENPGP4FPR:<FPR>#n=<NAME>...` url
const isValid = !!inputData;
var openpgp4fprStr = "OPENPGP4FPR:" + inputData.replace(/&/, "#")

Expand Down

0 comments on commit 95e42fd

Please sign in to comment.