gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[reclaim-ui] 164/459: update


From: gnunet
Subject: [reclaim-ui] 164/459: update
Date: Fri, 11 Jun 2021 23:24:16 +0200

This is an automated email from the git hooks/post-receive script.

martin-schanzenbach pushed a commit to branch master
in repository reclaim-ui.

commit 5d4a083720365ec1d28e613b6540c4b15793cf3b
Author: Schanzenbach, Martin <mschanzenbach@posteo.de>
AuthorDate: Tue Dec 10 21:07:33 2019 +0100

    update
---
 .../authorization-request.component.html                   | 14 ++++++--------
 1 file changed, 6 insertions(+), 8 deletions(-)

diff --git a/src/app/authorization-request/authorization-request.component.html 
b/src/app/authorization-request/authorization-request.component.html
index 1411ab1..aca6348 100644
--- a/src/app/authorization-request/authorization-request.component.html
+++ b/src/app/authorization-request/authorization-request.component.html
@@ -1,31 +1,29 @@
 <div style="text-align: center;">
+  <i class="fa fa-2x fa-openid"></i> 
+  <b class="fa-2x"> Authorization Request </b>
   <span *ngIf="clientNameFound === undefined">
     <i class="fa fa-2x fa-circle-o-notch fa-spin fa-fw"></i> 
     <b class="fa-2x"> Verifying request, please stand by...</b>
   </span>
-  <span *ngIf="clientNameFound">
-    <i class="fa fa-2x fa-openid"></i> 
-    <b class="fa-2x"> Authorization Request </b>
-  </span> 
   <span *ngIf="clientNameFound !== undefined && !clientNameFound">
     <b class="fa-2x"> Authorization failed. </b>
   </span>
   <br/> 
 </div>
-<div class="card" *ngIf="clientNameFound">
+<div class="card" *ngIf="clientNameFound" style="margin-left:30%; width:40%;">
   <div class="card-body">
-    <strong>"{{ clientName }}"</strong>
+    <strong>{{ clientName }}</strong>
     asks you to share personal information.<br/>
     Choose an identity to let it access the following information:
     <ul>
       <li *ngFor="let attribute of getScopes()"><strong>{{attribute}}</strong>
     </ul>
   </div>
-  <div>
+  <div style="margin: 1em;">
     <button class="btn btn-danger m-1 mt-4" *ngIf="clientNameFound" 
(click)="cancelRequest()" style="margin-bottom: -4%;">
       <span class="fa fa-ban"></span> Decline
     </button>
-    <button class="btn btn-primary m-1 mt-4" *ngIf="clientNameFound">
+    <button class="btn btn-primary m-1 mt-4" [routerLink]="['/']" 
*ngIf="clientNameFound">
       <span class="fa fa-arrow-circle-right"></span> Select identity...
     </button>
   </div>

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]