Skip to content

Commit

Permalink
Remove buttons from profile as profile support is not functional (nee…
Browse files Browse the repository at this point in the history
…ds backend)
  • Loading branch information
sondreb committed Nov 27, 2022
1 parent d12295f commit b3444ff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions angular/src/app/account/identity/identity.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ <h2>
<p>If you publish your profile to an Blockcore Vault, the profile will be public available.</p>
<p>To increase your privacy, only perform manual copy and sharing of your profile to friends and connections.</p>

<br /><br />
<!-- <br /><br />
<p>
<button class="signup-button" mat-flat-button color="primary" (click)="save()">{{ "Account.SaveLocally" | translate }}</button>
<button class="signup-button" mat-flat-button color="warn" (click)="publish()">{{ "Account.Publish" | translate }}</button>
Expand All @@ -131,7 +131,7 @@ <h2>
<br /><br />
<p>
<button class="signup-button" mat-stroked-button (click)="copyProfileDocument()">{{ "Account.CopyProfileDocument" | translate }}</button>
</p>
</p> -->
<!-- <p>
Your identity is primarily a list of public keys that you make public available for others to connect with you
in a secure manner.</p>
Expand Down

0 comments on commit b3444ff

Please sign in to comment.