mirror of
https://github.com/cryptpad/cryptpad.git
synced 2026-09-12 19:49:59 +05:00
Password now works in auditor links
This commit is contained in:
parent
446d75cfcf
commit
ee79add939
@ -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);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user