mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
Fix read only links
This commit is contained in:
parent
5fef846a6c
commit
5d6925921c
1 changed files with 1 additions and 1 deletions
|
@ -199,7 +199,7 @@ define [
|
|||
|
||||
$scope.$watch "project.tokens.readOnly", (token) ->
|
||||
if token?
|
||||
$scope.readOnlyTokenLink = "#{location.origin}/#{token}"
|
||||
$scope.readOnlyTokenLink = "#{location.origin}/read/#{token}"
|
||||
else
|
||||
$scope.readOnlyTokenLink = null
|
||||
|
||||
|
|
Loading…
Reference in a new issue