requireAuth for repost button on web

This commit is contained in:
Sean Yesmunt 2020-02-13 09:45:41 -05:00
parent 4128c87d5e
commit 0a0a8c4658

View file

@ -55,6 +55,7 @@ function FileActions(props: Props) {
button="alt" button="alt"
icon={ICONS.REPOST} icon={ICONS.REPOST}
label={__('Repost')} label={__('Repost')}
requiresAuth={IS_WEB}
onClick={() => openModal(MODALS.REPOST, { uri })} onClick={() => openModal(MODALS.REPOST, { uri })}
/> />