aboutsummaryrefslogtreecommitdiff
path: root/src/app/create-identity/create-identity.component.html
blob: 328e44779e831ef7f271b0ee9522e890d03a0694 (plain) (blame)
1
2
3
4
5
6
7
8
<div class="c-card c-card--no-padding u-p-x3">
  <div class="o-type-20 u-pb-x1" >Create new identity</div>
  <div class="u-ph-x2">
    <input [(ngModel)]="this.input_text" type="text" class="c-input" placeholder="Identity Name"/>
    <span class="u-ph-x3"><a class="c-button" (click)="onClick()">Create</a></span>
    <span *ngIf="!is_free">Loading... Please wait.</span>
  </div>
</div>