mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-11-06 05:09:31 -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
|
|
@ -41,7 +41,8 @@ const extended = gtsApi.injectEndpoints({
|
|||
}),
|
||||
|
||||
user: build.query<User, void>({
|
||||
query: () => ({url: `/api/v1/user`})
|
||||
query: () => ({url: `/api/v1/user`}),
|
||||
providesTags: ["User"],
|
||||
}),
|
||||
|
||||
passwordChange: build.mutation({
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue