mirror of
https://github.com/Luzifer/ots.git
synced 2025-01-17 09:57:06 -05:00
Fix: Encoded hashes were not properly processed (again)
Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
parent
5a3d93d9f7
commit
9b1c8796ca
File diff suppressed because one or more lines are too long
@ -148,7 +148,7 @@ export default {
|
||||
|
||||
// hashLoad reacts on a changed window hash an starts the diplaying of the secret
|
||||
hashLoad() {
|
||||
const hash = window.location.hash
|
||||
const hash = decodeURIComponent(window.location.hash)
|
||||
if (hash.length === 0) {
|
||||
return
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user