gnunet-svn
[Top][All Lists]
Advanced

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

[reclaim-ui] 231/459: maing


From: gnunet
Subject: [reclaim-ui] 231/459: maing
Date: Fri, 11 Jun 2021 23:25:23 +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 2a7a34a89c72f2e4a4a154a68a7bea888763bc24
Author: Martin Schanzenbach <mschanzenbach@posteo.de>
AuthorDate: Thu Jul 9 09:51:16 2020 +0200

    maing
---
 src/app/edit-attestations/edit-attestations.component.html | 2 +-
 src/app/edit-attestations/edit-attestations.component.ts   | 2 +-
 src/app/edit-identity/edit-identity.component.html         | 6 ++----
 src/app/edit-identity/edit-identity.component.ts           | 2 +-
 4 files changed, 5 insertions(+), 7 deletions(-)

diff --git a/src/app/edit-attestations/edit-attestations.component.html 
b/src/app/edit-attestations/edit-attestations.component.html
index 07884e5..ee7a214 100644
--- a/src/app/edit-attestations/edit-attestations.component.html
+++ b/src/app/edit-attestations/edit-attestations.component.html
@@ -54,7 +54,7 @@
             <button class="btn btn-primary"  (click)="saveIdProvider()">
               <span class="fa fa-plus"></span> 
             </button>
-            <button class="btn btn-primary ml-2"  (click)="cancleAdding()">
+            <button class="btn btn-primary ml-2"  (click)="cancelAdding()">
               <span class="fa fa-trash"></span>
             </button>
           </td>
diff --git a/src/app/edit-attestations/edit-attestations.component.ts 
b/src/app/edit-attestations/edit-attestations.component.ts
index 4426019..6b7f9c1 100644
--- a/src/app/edit-attestations/edit-attestations.component.ts
+++ b/src/app/edit-attestations/edit-attestations.component.ts
@@ -239,7 +239,7 @@ export class EditAttestationsComponent implements OnInit {
     this.oauthService.logOut(false);
   }
 
-  cancleAdding(){
+  cancelAdding(){
     this.logOutFromOauthService();
     this.resetNewIdProvider();
     this.newAttestation.value = '';
diff --git a/src/app/edit-identity/edit-identity.component.html 
b/src/app/edit-identity/edit-identity.component.html
index 0fe4c10..25dd7aa 100644
--- a/src/app/edit-identity/edit-identity.component.html
+++ b/src/app/edit-identity/edit-identity.component.html
@@ -159,19 +159,17 @@
     <div *ngIf="!emailNotFoundAlertClosed && webfingerEmail==''" class="alert 
alert-danger alert-dismissible fade show my-2" role="alert">
       <span class="fa fa-warning"></span> No account found with this email
     </div>
-    
     <button *ngIf="isExperimental() && !newIdProviderDiscovered()" class="btn 
btn-primary mb-4 fhg-link" (click)="discoverIdProvider()">
-      <span class="fa fa-user"></span> Find Id Provider
+      <span class="fa fa-openid"></span> Link account
     </button>
     <!--Link account-->
     <button *ngIf="isExperimental() && newIdProviderDiscovered() && 
!grantedAccessToIdProvider()" class="btn btn-primary mb-4 fhg-link" 
(click)="loginFhgAccount()">
       <span class="fa fa-user"></span> Grant Access to {{newIdProvider.name}}
     </button>
     <button *ngIf="isExperimental() && newIdProviderDiscovered()" class="btn 
btn-primary mb-4 fhg-link" (click)="cancleLinking()">
-      Cancle Linking
+      Cancel Linking
     </button>
 
-    
     <hr/>
 
     <!-- Edit card buttons -->
diff --git a/src/app/edit-identity/edit-identity.component.ts 
b/src/app/edit-identity/edit-identity.component.ts
index a57dd90..f799626 100644
--- a/src/app/edit-identity/edit-identity.component.ts
+++ b/src/app/edit-identity/edit-identity.component.ts
@@ -757,7 +757,7 @@ export class EditIdentityComponent implements OnInit {
     this.oauthService.logOut(false);
   }
 
-  cancleLinking(){
+  cancelLinking(){
     this.logOutFromOauthService();
     this.resetNewIdProvider();
     this.webfingerEmail = '';

-- 
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]