Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 5c2d46cd authored by Akhil's avatar Akhil 🙂
Browse files

Merge branch 'dev/2fa-help-url-change' into 'main'

Link to Howto page in ecloud 2FA activation form

See merge request e/infra/ecloud/nextcloud-apps/ecloud-theme-helper!21
parents cc7d84b5 0ab93c92
Loading
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -261,6 +261,9 @@ $(document).ready(function () {
    if (settings.length) {
      replaceSettingsNavigationIcons();
      replaceSettingsSectionIcons();
      $('#two-factor-auth > a.icon-info').attr('href','https://doc.e.foundation/support-topics/two-factor-authentication#using-an-application-password-for-the-eos-account-manager');
      let content_ = '<p class="margin-top-10">' + t('settings', '2FA-Note') + '</p>';
      $('#two-factor-auth').append(content_);
	}
  }
  $('#app-navigation [data-id="trashbin"]').removeClass('pinned first-pinned');