Password now works in auditor links

This commit is contained in:
Zuzanna 2025-05-29 11:45:32 +02:00
parent 446d75cfcf
commit ee79add939

View File

@ -693,6 +693,9 @@ define([
: hashes.viewHash;
if (formAuditor && opts.auditorHash) {
hash = opts.auditorHash;
if (opts.hasPassword) {
hash += '/p'
}
}
var href = burnAfterReading ? opts.burnAfterReadingUrl
: (origin + pathname + '#' + hash);