diff --git a/web/templates/approval.html b/web/templates/approval.html index 076049c0..bfcd6bd3 100644 --- a/web/templates/approval.html +++ b/web/templates/approval.html @@ -1,37 +1,35 @@ {{ template "header.html" . }} -
-

Grant Access

+
+

Grant Access

-
-
-
{{ .Client }} would like to:
+
+
+
{{ .Client }} would like to:
+
    {{ range $scope := .Scopes }} -
  • -
    - {{ $scope }} -
    -
  • +
  • {{ $scope }}
  • {{ end }} +
-
+
-
+
-
-
+
-
diff --git a/web/templates/header.html b/web/templates/header.html index 79438ec4..53803311 100644 --- a/web/templates/header.html +++ b/web/templates/header.html @@ -6,237 +6,15 @@ {{ issuer }} - - + - -