tildefriends/apps/user_settings/body.html

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

21 lines
408 B
HTML
Raw Normal View History

<h1>Your settings</h1>
2024-02-22 17:18:12 -05:00
<div class="box flex-column">
<h2>Appearance</h2>
2024-02-22 17:18:12 -05:00
<tf-theme-picker></tf-theme-picker>
2024-02-22 17:18:12 -05:00
</div>
<div class="box flex-column">
<h2>Danger Zone</h2>
2024-02-22 17:18:12 -05:00
<h3>Manage your identities</h3>
<tf-identity-manager></tf-identity-manager>
<h3>Change my password</h3>
<tf-password-form></tf-password-form>
2024-02-22 17:18:12 -05:00
<h3>Delete your account</h3>
<tf-delete-account-btn></tf-delete-account-btn>
</div>