From 3b2957e8932e4624eb941c69bb5189d282a99934 Mon Sep 17 00:00:00 2001
From: Hugo Valente <82235632+hugovalente-pm@users.noreply.github.com>
Date: Thu, 2 May 2024 12:59:01 +0100
Subject: [PATCH] fix table (#17581)

---
 integrations/cloud-authentication/metadata.yaml | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/integrations/cloud-authentication/metadata.yaml b/integrations/cloud-authentication/metadata.yaml
index 3ce945f59c..b7fb2370cd 100644
--- a/integrations/cloud-authentication/metadata.yaml
+++ b/integrations/cloud-authentication/metadata.yaml
@@ -73,11 +73,12 @@
       Your server should follow the [full specification for OIDC](https://openid.net/specs/openid-connect-core-1_0.html).
       In order to integrate your Authorization Server with Netdata the creation of a client is required. Clients are applications and services that can request authentication of a user.
       The access settings for your client are the following:
-      | field                    | value                                                                                                                                                                                        |
-      | :--                      | :--                                                                                                                                                                                          |
-      | Root URL                 | https://app.netdata.cloud/                                                                                                                                                                   |
+
+      | field                    | value                                                 |
+      | :--                      | :--                                                   |
+      | Root URL                 | https://app.netdata.cloud/                            |
       | Home/Initiate login URL  | https://app.netdata.cloud/api/v2/auth/account/auth-server?iss={your-server-issuer-url}&redirect_uri=https://app.netdata.cloud/sign-in&register_uri=https://app.netdata.cloud/sign-up/verify  |
-      | Redirect URL             | https://app.netdata.cloud/api/v2/auth/account/auth-server/callback                                                                                                                           |
+      | Redirect URL             | https://app.netdata.cloud/api/v2/auth/account/auth-server/callback  |
 
       ### Netdata Configuration Steps
       1. Click on the Space settings cog (located above your profile icon)