Skip to content

Commit

Permalink
Added beta label to Gmail API oauth settings
Browse files Browse the repository at this point in the history
  • Loading branch information
andris9 committed Jul 5, 2024
1 parent 65a2e91 commit 3c3b652
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions views/partials/oauth_form.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,7 @@
<input class="form-check-input" type="radio" name="baseScopes" id="baseScopesPubsub"
value="pubsub" {{#if baseScopesPubsub}}checked{{/if}}>
<label class="form-check-label" for="baseScopesPubsub">
Cloud Pub/Sub
Cloud Pub/Sub <span class="badge badge-dark">beta</span>
</label>
</div>
</td>
Expand All @@ -324,7 +324,7 @@
{{#if baseScopesPubsub}}
<tr>
<td>
<strong>Cloud Pub/Sub</strong>
<strong>Cloud Pub/Sub</strong> <span class="badge badge-dark">beta</span>
</td>
<td>Webhook management</td>
<td><code>"Pub/Sub Admin"</code> service credentials role</td>
Expand Down Expand Up @@ -382,7 +382,7 @@
<input class="form-check-input base-scopes-radio" type="radio" name="baseScopes"
id="baseScopesAPI" value="api" {{#if baseScopesApi}}checked{{/if}}>
<label class="form-check-label" for="baseScopesAPI">
Gmail API
Gmail API <span class="badge badge-dark">beta</span>
</label>
</div>
</td>
Expand All @@ -407,7 +407,7 @@
{{#if baseScopesApi}}
<tr>
<td>
<strong>Gmail API</strong>
<strong>Gmail API</strong> <span class="badge badge-dark">beta</span>
</td>
<td>Gmail HTTP API</td>
<td><code>"/auth/gmail.modify"</code> consent screen scope</td>
Expand Down

0 comments on commit 3c3b652

Please sign in to comment.