From a5b6bf5797d30d45ab878d105bb0e90ee5ba5fee Mon Sep 17 00:00:00 2001 From: James Cole Date: Sat, 28 Nov 2020 05:52:39 +0100 Subject: [PATCH] Make OAuth visible for users. --- resources/views/v1/profile/index.twig | 4 ---- 1 file changed, 4 deletions(-) diff --git a/resources/views/v1/profile/index.twig b/resources/views/v1/profile/index.twig index 2d15e6b3b6..5da60c94c2 100644 --- a/resources/views/v1/profile/index.twig +++ b/resources/views/v1/profile/index.twig @@ -18,11 +18,9 @@
  • {{ 'command_line_token'|_ }}
  • - {% if true == isInternalAuth %}
  • {{ 'oauth'|_ }}
  • - {% endif %} {% if true == isInternalAuth and true == isInternalIdentity %}
  • {{ 'pref_two_factor_auth'|_ }} @@ -97,12 +95,10 @@ - {% if true == isInternalAuth %}
    - {% endif %} {% if true == isInternalAuth and true == isInternalIdentity %}