gnunet-svn
[Top][All Lists]
Advanced

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

[reclaim-ui] 311/459: fix experimental credential selection


From: gnunet
Subject: [reclaim-ui] 311/459: fix experimental credential selection
Date: Fri, 11 Jun 2021 23:26:43 +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 6d6783063d2b001c53e49907b9c5fe0dbf3c1aa5
Author: Martin Schanzenbach <mschanzenbach@posteo.de>
AuthorDate: Wed Sep 2 14:30:22 2020 +0200

    fix experimental credential selection
---
 src/app/edit-identity/edit-identity.component.html | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/app/edit-identity/edit-identity.component.html 
b/src/app/edit-identity/edit-identity.component.html
index ee12488..7f99ce5 100644
--- a/src/app/edit-identity/edit-identity.component.html
+++ b/src/app/edit-identity/edit-identity.component.html
@@ -177,7 +177,7 @@
             <div class="col-sm">
               <select *ngIf="isExperimental()" class="custom-select" 
(change)="claim.flag=$event.target.value; ">
                 <option value="0">Plain</option>
-                <option value="1">Cred</option>
+                <option value="1">Credential</option>
               </select>
 
               <input *ngIf="claim.flag == '0'" placeholder="Value" 
[(ngModel)]="claim.value">
@@ -190,7 +190,7 @@
               </select>
 
               <select class="custom-select"
-                *ngIf="claim.credential !== '' && claim.flag == '1'" 
(change)="claim.value=$event.target.value">
+                *ngIf="(claim.credential !== '') && (claim.flag == '1')" 
(change)="claim.value=$event.target.value">
                 <option value="">Select claim</option>
                 <option *ngFor="let att of credentialValuesForClaim(claim)" 
value={{att.name}}>
                 {{att.value}} <i>({{att.name}})</i>

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