From eb5acc9ec8ab4656e7fabb762b55f91be6d23120 Mon Sep 17 00:00:00 2001
From: Christoph Reiter <reiter.christoph@gmail.com>
Date: Wed, 23 Mar 2022 15:29:37 +0100
Subject: [PATCH] examples: remove no longer existing load-person attribute for
 auth

---
 examples/dbp-official-signature-pdf-upload/index.html  | 6 ++++--
 examples/dbp-qualified-signature-pdf-upload/index.html | 6 ++++--
 2 files changed, 8 insertions(+), 4 deletions(-)

diff --git a/examples/dbp-official-signature-pdf-upload/index.html b/examples/dbp-official-signature-pdf-upload/index.html
index 5662027..7a8e875 100644
--- a/examples/dbp-official-signature-pdf-upload/index.html
+++ b/examples/dbp-official-signature-pdf-upload/index.html
@@ -44,8 +44,10 @@
 <body>
 
 <dbp-provider auth requested-login-status analytics-event lang="de" entry-point-url="https://api-dev.tugraz.at">
-    <dbp-auth-keycloak client-id="auth-dev-mw-frontend-local" idp-hint=""
-                       load-person="" realm="tugraz-vpu" scope=""
+    <dbp-auth-keycloak client-id="auth-dev-mw-frontend-local"
+                       idp-hint=""
+                       realm="tugraz-vpu"
+                       scope=""
                        silent-check-sso-redirect-uri="./silent-check-sso.html"
                        subscribe="requested-login-status,entry-point-url,lang"
                        try-login=""
diff --git a/examples/dbp-qualified-signature-pdf-upload/index.html b/examples/dbp-qualified-signature-pdf-upload/index.html
index 16bee2e..8240ef1 100644
--- a/examples/dbp-qualified-signature-pdf-upload/index.html
+++ b/examples/dbp-qualified-signature-pdf-upload/index.html
@@ -44,8 +44,10 @@
 <body>
 
 <dbp-provider auth requested-login-status analytics-event lang="de" entry-point-url="https://api-dev.tugraz.at">
-    <dbp-auth-keycloak client-id="auth-dev-mw-frontend-local" idp-hint=""
-                       load-person="" realm="tugraz-vpu" scope=""
+    <dbp-auth-keycloak client-id="auth-dev-mw-frontend-local"
+                       idp-hint=""
+                       realm="tugraz-vpu"
+                       scope=""
                        silent-check-sso-redirect-uri="./silent-check-sso.html"
                        subscribe="requested-login-status,entry-point-url,lang"
                        try-login=""
-- 
GitLab