run prettier

Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
Patrik Oldsberg
2022-01-26 11:22:45 +01:00
parent 8bfc214f9d
commit 4cad73ca7f
10 changed files with 13 additions and 25 deletions
+1 -2
View File
@@ -25,8 +25,7 @@ Let's start by adding the following `auth` configuration in your
auth:
providers:
gcp-iap:
audience:
'/projects/<project number>/global/backendServices/<backend service id>'
audience: '/projects/<project number>/global/backendServices/<backend service id>'
```
You can find the project number and service ID in the Google Cloud Console.