We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b106f94 + 2e5f384 commit eae7386Copy full SHA for eae7386
default-templates/new-account/index.html
@@ -64,6 +64,16 @@ <h1>Settings</h1>
64
</div>
65
66
</section>
67
+ <section class="row">
68
+ <div class="col-md-12">
69
+ <h1>Settings</h1>
70
+ <div class="list-group">
71
+ <a href="/account/delete/" class="list-group-item">
72
+ <span class="lead">Delete account</span>
73
+ </a>
74
+ </div>
75
76
+ </section>
77
78
79
<script src="/common/js/solid-auth-client.bundle.js"></script>
0 commit comments