Browse Source

minor gui improvement

Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
main
Stephan Richter 1 month ago
parent
commit
216cec2499
  1. 1
      de.srsoftware.oidc.web/src/main/resources/de/authorization.html
  2. 1
      de.srsoftware.oidc.web/src/main/resources/en/authorization.html

1
de.srsoftware.oidc.web/src/main/resources/de/authorization.html

@ -10,6 +10,7 @@
</head> </head>
<body> <body>
<nav></nav> <nav></nav>
<h2>Prüfe Berechtigung…</h2>
<div id="content" style="display: none"> <div id="content" style="display: none">
<p>Eine vertrauende Seite, <span id="rp">unbekannt</span>, hat Zugriff auf die folgenden Informationen erfragt:</p> <p>Eine vertrauende Seite, <span id="rp">unbekannt</span>, hat Zugriff auf die folgenden Informationen erfragt:</p>
<ul id="scopes"> <ul id="scopes">

1
de.srsoftware.oidc.web/src/main/resources/en/authorization.html

@ -10,6 +10,7 @@
</head> </head>
<body> <body>
<nav></nav> <nav></nav>
<h2>Checking permission…</h2>
<div id="content" style="display: none"> <div id="content" style="display: none">
A relying party, <span id="rp">unknown</span>, requested access to the following information: A relying party, <span id="rp">unknown</span>, requested access to the following information:
<ul id="scopes"> <ul id="scopes">

Loading…
Cancel
Save