mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-11-09 00:47:28 -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
|
|
@ -71,7 +71,8 @@ export const store = configureStore({
|
|||
PERSIST,
|
||||
PURGE,
|
||||
REGISTER,
|
||||
]
|
||||
],
|
||||
ignoredPaths: ['api.queries.twoFactorQRCodePng(undefined).data.data'],
|
||||
}
|
||||
}).concat(gtsApi.middleware);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue