mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-05-13 22:54:42 -04:00
Remove temporary change
This commit is contained in:
parent
9a23fec239
commit
f8e5b54767
3 changed files with 0 additions and 6 deletions
|
@ -123,9 +123,6 @@ function checkViewPermission(req, note) {
|
|||
else
|
||||
return true;
|
||||
} else {
|
||||
if(!config.allowanonymousView && !req.isAuthenticated()) {
|
||||
return false;
|
||||
}
|
||||
return true;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue