Skip to content

Commit

Permalink
Fix password enforce on public share links
Browse files Browse the repository at this point in the history
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
  • Loading branch information
skjnldsv committed Nov 5, 2018
1 parent 934d08b commit 1cf8114
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/js/share/sharedialoglinkshareview.handlebars
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{{#if shareAllowed}}
<ul class="shareWithList">
{{#if nolinkShares}}
<li data-share-id="new-share">
<li data-share-id="{{newShareId}}">
<div class="avatar icon-public-white"></div>
<span class="username">{{newShareLabel}}</span>
<span class="sharingOptionsGroup">
Expand Down

0 comments on commit 1cf8114

Please sign in to comment.