mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-11-12 13:57:29 -06:00
[feature] add TOTP two-factor authentication (2FA)
This commit is contained in:
parent
0850a8f646
commit
47b3078f04
70 changed files with 5437 additions and 813 deletions
|
|
@ -38,6 +38,11 @@ export default function UserMenu() {
|
|||
itemUrl="profile"
|
||||
icon="fa-user"
|
||||
/>
|
||||
<MenuItem
|
||||
name="Account"
|
||||
itemUrl="account"
|
||||
icon="fa-user-secret"
|
||||
/>
|
||||
<MenuItem
|
||||
name="Posts"
|
||||
itemUrl="posts"
|
||||
|
|
@ -48,11 +53,6 @@ export default function UserMenu() {
|
|||
itemUrl="interaction_requests"
|
||||
icon="fa-commenting-o"
|
||||
/>
|
||||
<MenuItem
|
||||
name="Email & Password"
|
||||
itemUrl="emailpassword"
|
||||
icon="fa-user-secret"
|
||||
/>
|
||||
<MenuItem
|
||||
name="Migration"
|
||||
itemUrl="migration"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue